This is an abstract base class for classes that allow the user to specify additional options when saving a MailMessage into a particular format. More...
Inherits Object.
Inherited by Aspose::Email::EmlSaveOptions, Aspose::Email::HeadersFormattingOptions, and Aspose::Email::MsgSaveOptions.
Public Member Functions | |
| ConversionProgressEventHandler | get_CustomProgressHandler () const |
| Represents method that usually supplied by calling side and handles progress events. More... | |
| void | set_CustomProgressHandler (ConversionProgressEventHandler value) |
| Represents method that usually supplied by calling side and handles progress events. More... | |
| System::SharedPtr< Aspose::Email::MailMessageSaveType > | get_MailMessageSaveType () const |
| Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml. More... | |
| void | set_MailMessageSaveType (System::SharedPtr< Aspose::Email::MailMessageSaveType > value) |
| Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml. More... | |
Static Public Member Functions | |
| static System::SharedPtr< EmlSaveOptions > | get_DefaultEml () |
| Gets options with default values for saving message to Eml format. More... | |
| static System::SharedPtr< EmlSaveOptions > | get_DefaultEmlx () |
| Gets options with default values for saving message to Emlx format. More... | |
| static System::SharedPtr< MsgSaveOptions > | get_DefaultMsg () |
| Gets options with default values for saving message to Msg(ASCII) format. More... | |
| static System::SharedPtr< MsgSaveOptions > | get_DefaultMsgUnicode () |
| Gets options with default values for saving message to Msg(Unicode) format. More... | |
| static System::SharedPtr< MsgSaveOptions > | get_DefaultOft () |
| Gets options with default values for saving message to Outlook template (Oft) format. More... | |
| static System::SharedPtr< MhtSaveOptions > | get_DefaultMhtml () |
| Gets options with default values for saving message to Mhtml format. More... | |
| static System::SharedPtr< HtmlSaveOptions > | get_DefaultHtml () |
| Gets options with default values for saving message to Html format. More... | |
| static System::SharedPtr< SaveOptions > | CreateSaveOptions (System::SharedPtr< Aspose::Email::MailMessageSaveType > saveType) |
| Creates a save options object of a class suitable for the specified save type. More... | |
Protected Member Functions | |
| SaveOptions () | |
| Hides the class constructor. More... | |
| virtual | ~SaveOptions () |
This is an abstract base class for classes that allow the user to specify additional options when saving a MailMessage into a particular format.
|
protected |
Hides the class constructor.
|
protectedvirtual |
|
static |
Creates a save options object of a class suitable for the specified save type.
| saveType | The save type for which to create a save options object. |
| ConversionProgressEventHandler Aspose::Email::SaveOptions::get_CustomProgressHandler | ( | ) | const |
Represents method that usually supplied by calling side and handles progress events.
|
static |
Gets options with default values for saving message to Eml format.
|
static |
Gets options with default values for saving message to Emlx format.
|
static |
Gets options with default values for saving message to Html format.
|
static |
Gets options with default values for saving message to Mhtml format.
|
static |
Gets options with default values for saving message to Msg(ASCII) format.
|
static |
Gets options with default values for saving message to Msg(Unicode) format.
|
static |
Gets options with default values for saving message to Outlook template (Oft) format.
| System::SharedPtr<Aspose::Email::MailMessageSaveType> Aspose::Email::SaveOptions::get_MailMessageSaveType | ( | ) | const |
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.
| void Aspose::Email::SaveOptions::set_CustomProgressHandler | ( | ConversionProgressEventHandler | value | ) |
Represents method that usually supplied by calling side and handles progress events.
| void Aspose::Email::SaveOptions::set_MailMessageSaveType | ( | System::SharedPtr< Aspose::Email::MailMessageSaveType > | value | ) |
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml.