mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Cleaner solution for export problems which are denied/failed.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2323 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
c517787d23
commit
3bd99b2297
3 changed files with 34 additions and 32 deletions
|
@ -141,6 +141,13 @@ namespace GreenshotOfficePlugin {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Export the capture to outlook
|
||||
/// </summary>
|
||||
/// <param name="manuallyInitiated"></param>
|
||||
/// <param name="surface"></param>
|
||||
/// <param name="captureDetails"></param>
|
||||
/// <returns></returns>
|
||||
public override ExportInformation ExportCapture(bool manuallyInitiated, ISurface surface, ICaptureDetails captureDetails) {
|
||||
ExportInformation exportInformation = new ExportInformation(this.Designation, this.Description);
|
||||
// Outlook logic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue