mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Merge remote-tracking branch 'remotes/origin/master' into release/1.2.9
This commit is contained in:
commit
0323705513
276 changed files with 5382 additions and 3666 deletions
|
@ -26,19 +26,15 @@ using Greenshot.Configuration;
|
|||
using Greenshot.Helpers;
|
||||
using Greenshot.Plugin;
|
||||
using GreenshotPlugin.Core;
|
||||
using Greenshot.IniFile;
|
||||
using log4net;
|
||||
|
||||
namespace Greenshot.Destinations {
|
||||
/// <summary>
|
||||
/// Description of EmailDestination.
|
||||
/// </summary>
|
||||
public class EmailDestination : AbstractDestination {
|
||||
private static ILog LOG = LogManager.GetLogger(typeof(EmailDestination));
|
||||
private static CoreConfiguration conf = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
private static Image mailIcon = GreenshotResources.getImage("Email.Image");
|
||||
private static bool isActiveFlag = false;
|
||||
private static string mapiClient = null;
|
||||
private static readonly Image mailIcon = GreenshotResources.getImage("Email.Image");
|
||||
private static bool isActiveFlag;
|
||||
private static string mapiClient;
|
||||
public const string DESIGNATION = "EMail";
|
||||
|
||||
static EmailDestination() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue