mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Added comment
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2108 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
96482f70b5
commit
b3545fe98d
1 changed files with 3 additions and 3 deletions
|
@ -105,11 +105,11 @@ namespace GreenshotPlugin.Core {
|
|||
public EmailFormat OutlookEmailFormat;
|
||||
[IniProperty("EmailSubjectPattern", Description = "Email subject pattern, works like the OutputFileFilenamePattern", DefaultValue = "${title}")]
|
||||
public string EmailSubjectPattern;
|
||||
[IniProperty("EmailTo", Description = "Default value for the to", DefaultValue = "")]
|
||||
[IniProperty("EmailTo", Description = "Default value for the to in emails that are created", DefaultValue = "")]
|
||||
public string EmailTo;
|
||||
[IniProperty("EmailCC", Description = "Default value for the CC", DefaultValue = "")]
|
||||
[IniProperty("EmailCC", Description = "Default value for the CC in emails that are created", DefaultValue = "")]
|
||||
public string EmailCC;
|
||||
[IniProperty("EmailBCC", Description = "Default value for the BCC", DefaultValue = "")]
|
||||
[IniProperty("EmailBCC", Description = "Default value for the BCC in emails that are created", DefaultValue = "")]
|
||||
public string EmailBCC;
|
||||
[IniProperty("OutlookAllowExportInMeetings", Description = "Allow export in meeting items", DefaultValue = "False")]
|
||||
public bool OutlookAllowExportInMeetings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue