This is an abstract base class for classes that allow the user to specify additional options when loading a MailMessage from a particular format.
More...
Inherits Object.
Inherited by Aspose::Email::EmlLoadOptions, Aspose::Email::EmlxLoadOptions, Aspose::Email::HtmlLoadOptions, Aspose::Email::MhtmlLoadOptions, Aspose::Email::MsgLoadOptions, and Aspose::Email::TnefLoadOptions.
This is an abstract base class for classes that allow the user to specify additional options when loading a MailMessage from a particular format.
◆ LoadOptions()
Aspose::Email::LoadOptions::LoadOptions |
( |
| ) |
|
◆ get_MessageFormat()
Represents the mail message format.It can be in eml,msg or mhtml format. The default value is Eml.
◆ get_PrefferedTextEncoding()
System::SharedPtr<System::Text::Encoding> Aspose::Email::LoadOptions::get_PrefferedTextEncoding |
( |
| ) |
const |
Gets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null.
◆ get_PreserveEmbeddedMessageFormat()
bool Aspose::Email::LoadOptions::get_PreserveEmbeddedMessageFormat |
( |
| ) |
const |
Gets a value indicating whether it is necessary to preserve format of embedded message at loading in MailMessage.
◆ get_VentureLicense()
System::SharedPtr<Aspose::Email::VentureLicense> Aspose::Email::LoadOptions::get_VentureLicense |
( |
| ) |
const |
This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
◆ set_PrefferedTextEncoding()
void Aspose::Email::LoadOptions::set_PrefferedTextEncoding |
( |
System::SharedPtr< System::Text::Encoding > |
value | ) |
|
Sets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null.
◆ set_PreserveEmbeddedMessageFormat()
void Aspose::Email::LoadOptions::set_PreserveEmbeddedMessageFormat |
( |
bool |
value | ) |
|
Sets a value indicating whether it is necessary to preserve format of embedded message at loading in MailMessage.
◆ set_VentureLicense()
void Aspose::Email::LoadOptions::set_VentureLicense |
( |
System::SharedPtr< Aspose::Email::VentureLicense > |
value | ) |
|
This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
◆ Aspose::Email::EmlLoadOptions
◆ Aspose::Email::EmlxLoadOptions
◆ Aspose::Email::HtmlLoadOptions
◆ Aspose::Email::MailMessage
◆ Aspose::Email::Mapi::MapiMessage
◆ Aspose::Email::MhtmlLoadOptions
◆ Aspose::Email::MsgLoadOptions
◆ Aspose::Email::Storage::Mbox::MboxoStorageReader
◆ Aspose::Email::Storage::Mbox::MboxrdStorageReader
◆ Aspose::Email::TnefLoadOptions
◆ IncreaseCredit
bool Aspose::Email::LoadOptions::IncreaseCredit |
◆ messageFormat
◆ prefferedTextEncoding
System::SharedPtr<System::Text::Encoding> Aspose::Email::LoadOptions::prefferedTextEncoding |