Class MailOptions
Assembly: SuperOffice.CRMWeb.dll
Syntax
Constructors
MailOptions()
Declaration
Properties
AutoArchiveAppointments
Declaration
public bool AutoArchiveAppointments { get; set; }
Property Value
AutoArchiveDocuments
Declaration
public bool AutoArchiveDocuments { get; set; }
Property Value
AutoArchiveForwards
Declaration
public bool AutoArchiveForwards { get; set; }
Property Value
AutoArchiveNew
Declaration
public bool AutoArchiveNew { get; set; }
Property Value
AutoArchiveReplies
Declaration
public bool AutoArchiveReplies { get; set; }
Property Value
AutoArchiveToAssociates
Declaration
public bool AutoArchiveToAssociates { get; set; }
Property Value
DeleteAfterArchive
Declaration
public bool DeleteAfterArchive { get; set; }
Property Value
DeletedItemsFolderName
Declaration
public string DeletedItemsFolderName { get; set; }
Property Value
DraftsFolderName
Declaration
public string DraftsFolderName { get; set; }
Property Value
InboxFolderName
Declaration
public string InboxFolderName { get; set; }
Property Value
MarkPreviewedAsRead
Declaration
public bool MarkPreviewedAsRead { get; set; }
Property Value
MoveDeletedToDeletedItems
Declaration
public bool MoveDeletedToDeletedItems { get; set; }
Property Value
SaveLoginInfo
Declaration
public bool SaveLoginInfo { get; set; }
Property Value
SaveSentInSentItems
Declaration
public bool SaveSentInSentItems { get; set; }
Property Value
SentItemsFolderName
Declaration
public string SentItemsFolderName { get; set; }
Property Value
ShowInlineImages
Declaration
public bool ShowInlineImages { get; set; }
Property Value
UseSoBody
Declaration
public bool UseSoBody { get; set; }
Property Value
UseSoBodyReplyForward
Declaration
public bool UseSoBodyReplyForward { get; set; }
Property Value