MsgSaveOptions Class |
Namespace: Aspose.Email
The MsgSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | MsgSaveOptions |
Initializes a new instance of this class that can be used to save a MailMessage in the Msg(ASCII) and Msg(Unicode) format.
|
Name | Description | |
---|---|---|
![]() | CustomProgressHandler |
Represents method that usually supplied by calling side and handles progress events.
(Inherited from SaveOptions.) |
![]() | MailMessageSaveType |
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format.
The default value is Eml.
(Inherited from SaveOptions.) |
![]() | PreserveOriginalDates |
Gets or sets a value indicating whether it is necessary to generate
new saving and modification dates when saving a message.
|
![]() | PreserveSignature |
Set to true, if signature is to be preserved.
|
![]() | SaveAsTemplate |
Set to true, if need to be saved as Outlook File Template(OFT format).
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |