Allows to specify additional options when loading MailMessage from Html format. More...
Inherits Aspose::Email::LoadOptions.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API System::String | get_PathToResources () const |
Path to directory with resources files. More... | |
ASPOSE_EMAIL_SHARED_API void | set_PathToResources (System::String value) |
Path to directory with resources files. More... | |
ASPOSE_EMAIL_SHARED_API bool | get_ShouldAddPlainTextView () const |
Specifies whether to add a text representation of the body or not. Default value is false. More... | |
ASPOSE_EMAIL_SHARED_API void | set_ShouldAddPlainTextView (bool value) |
Specifies whether to add a text representation of the body or not. Default value is false. More... | |
ASPOSE_EMAIL_SHARED_API | HtmlLoadOptions () |
Initializes a new instance of this class that can be used to loading MailMessage from Html format. More... | |
![]() | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Text::Encoding > | get_PrefferedTextEncoding () const |
Gets preferred encoding for message. The default value is null. More... | |
ASPOSE_EMAIL_SHARED_API void | set_PrefferedTextEncoding (System::SharedPtr< System::Text::Encoding > value) |
Sets preferred encoding for message. The default value is null. More... | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::MessageFormat > | get_MessageFormat () const |
Represents the mail message format.It can be in eml,msg or mhtml format. The default value is Eml. More... | |
ASPOSE_EMAIL_SHARED_API bool | get_PreserveEmbeddedMessageFormat () const |
Gets a value indicating whether it is necessary to preserve format of embedded message at loading in MailMessage. More... | |
ASPOSE_EMAIL_SHARED_API void | set_PreserveEmbeddedMessageFormat (bool value) |
Sets a value indicating whether it is necessary to preserve format of embedded message at loading in MailMessage. More... | |
ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::VentureLicense > | 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. More... | |
ASPOSE_EMAIL_SHARED_API void | 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. More... | |
ASPOSE_EMAIL_SHARED_API | LoadOptions () |
Additional Inherited Members | |
![]() | |
bool | IncreaseCredit |
System::SharedPtr< System::Text::Encoding > | prefferedTextEncoding |
System::SharedPtr< Aspose::Email::MessageFormat > | messageFormat |
Allows to specify additional options when loading MailMessage from Html format.
ASPOSE_EMAIL_SHARED_API Aspose::Email::HtmlLoadOptions::HtmlLoadOptions | ( | ) |
Initializes a new instance of this class that can be used to loading MailMessage from Html format.
ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::HtmlLoadOptions::get_PathToResources | ( | ) | const |
Path to directory with resources files.
ASPOSE_EMAIL_SHARED_API bool Aspose::Email::HtmlLoadOptions::get_ShouldAddPlainTextView | ( | ) | const |
Specifies whether to add a text representation of the body or not. Default value is false.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::HtmlLoadOptions::set_PathToResources | ( | System::String | value | ) |
Path to directory with resources files.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::HtmlLoadOptions::set_ShouldAddPlainTextView | ( | bool | value | ) |
Specifies whether to add a text representation of the body or not. Default value is false.