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.
This is an abstract base class for classes that allow the user to specify additional options when saving a MailMessage into a particular format.
◆ SaveOptions()
Aspose::Email::SaveOptions::SaveOptions |
( |
| ) |
|
|
protected |
Hides the class constructor.
◆ CreateSaveOptions()
Creates a save options object of a class suitable for the specified save type.
- Parameters
-
saveType | The save type for which to create a save options object. |
- Returns
- An object of a class that derives from SaveOptions.
◆ get_CustomProgressHandler()
Represents method that usually supplied by calling side and handles progress events.
◆ get_DefaultEml()
static System::SharedPtr<EmlSaveOptions> Aspose::Email::SaveOptions::get_DefaultEml |
( |
| ) |
|
|
static |
Gets options with default values for saving message to Eml format.
◆ get_DefaultEmlx()
static System::SharedPtr<EmlSaveOptions> Aspose::Email::SaveOptions::get_DefaultEmlx |
( |
| ) |
|
|
static |
Gets options with default values for saving message to Emlx format.
◆ get_DefaultHtml()
static System::SharedPtr<HtmlSaveOptions> Aspose::Email::SaveOptions::get_DefaultHtml |
( |
| ) |
|
|
static |
Gets options with default values for saving message to Html format.
◆ get_DefaultMhtml()
static System::SharedPtr<MhtSaveOptions> Aspose::Email::SaveOptions::get_DefaultMhtml |
( |
| ) |
|
|
static |
Gets options with default values for saving message to Mhtml format.
◆ get_DefaultMsg()
static System::SharedPtr<MsgSaveOptions> Aspose::Email::SaveOptions::get_DefaultMsg |
( |
| ) |
|
|
static |
Gets options with default values for saving message to Msg(ASCII) format.
◆ get_DefaultMsgUnicode()
static System::SharedPtr<MsgSaveOptions> Aspose::Email::SaveOptions::get_DefaultMsgUnicode |
( |
| ) |
|
|
static |
Gets options with default values for saving message to Msg(Unicode) format.
◆ get_DefaultOft()
static System::SharedPtr<MsgSaveOptions> Aspose::Email::SaveOptions::get_DefaultOft |
( |
| ) |
|
|
static |
Gets options with default values for saving message to Outlook template (Oft) format.
◆ get_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.
◆ set_CustomProgressHandler()
Represents method that usually supplied by calling side and handles progress events.
◆ set_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.