Allows to specify additional options when loading MailMessage from Html format. More...
Inherits Aspose::Email::LoadOptions.
Public Member Functions | |
System::String | get_PathToResources () const |
Path to directory with resources files. More... | |
void | set_PathToResources (System::String value) |
Path to directory with resources files. More... | |
bool | get_ShouldAddPlainTextView () const |
Specifies whether to add a text representation of the body or not. Default value is false. More... | |
void | set_ShouldAddPlainTextView (bool value) |
Specifies whether to add a text representation of the body or not. Default value is false. More... | |
HtmlLoadOptions () | |
Initializes a new instance of this class that can be used to loading MailMessage from Html format. More... | |
Public Member Functions inherited from Aspose::Email::LoadOptions | |
System::SharedPtr< System::Text::Encoding > | get_PreferredTextEncoding () const |
Gets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null. More... | |
void | set_PreferredTextEncoding (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. More... | |
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... | |
bool | get_PreserveEmbeddedMessageFormat () const |
Gets a value indicating whether it is necessary to preserve format of embedded message at loading. By default the value is false. More... | |
void | set_PreserveEmbeddedMessageFormat (bool value) |
Sets a value indicating whether it is necessary to preserve format of embedded message at loading. By default the value is false. More... | |
bool | get_RemoveSignature () const |
Gets a value indicating whether signature will be removed while loading. More... | |
void | set_RemoveSignature (bool value) |
Sets a value indicating whether signature will be removed while loading. More... | |
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... | |
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... | |
LoadOptions () | |
Additional Inherited Members | |
Public Attributes inherited from Aspose::Email::LoadOptions | |
bool | IncreaseCredit |
System::SharedPtr< System::Text::Encoding > | preferredTextEncoding |
System::SharedPtr< Aspose::Email::MessageFormat > | messageFormat |
Allows to specify additional options when loading MailMessage from Html format.
Aspose::Email::HtmlLoadOptions::HtmlLoadOptions | ( | ) |
Initializes a new instance of this class that can be used to loading MailMessage from Html format.
System::String Aspose::Email::HtmlLoadOptions::get_PathToResources | ( | ) | const |
Path to directory with resources files.
bool Aspose::Email::HtmlLoadOptions::get_ShouldAddPlainTextView | ( | ) | const |
Specifies whether to add a text representation of the body or not. Default value is false.
void Aspose::Email::HtmlLoadOptions::set_PathToResources | ( | System::String | value | ) |
Path to directory with resources files.
void Aspose::Email::HtmlLoadOptions::set_ShouldAddPlainTextView | ( | bool | value | ) |
Specifies whether to add a text representation of the body or not. Default value is false.