SaveOptions Class |
Namespace: Aspose.Email
The SaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SaveOptions |
Hides the class constructor.
|
Name | Description | |
---|---|---|
![]() | CustomProgressHandler |
Represents method that usually supplied by calling side and handles progress events.
|
![]() ![]() | DefaultEml |
Gets options with default values for saving message to Eml format.
|
![]() ![]() | DefaultHtml |
Gets options with default values for saving message to Html format.
|
![]() ![]() | DefaultMhtml |
Gets options with default values for saving message to Mhtml format.
|
![]() ![]() | DefaultMsg |
Gets options with default values for saving message to Msg(ASCII) format.
|
![]() ![]() | DefaultMsgUnicode |
Gets options with default values for saving message to Msg(Unicode) format.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateSaveOptions |
Creates a save options object of a class suitable for the specified save type.
|
![]() | 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.) |