Allows to specify additional options when loading MailMessage from Msg format. More...
Inherits Aspose::Email::LoadOptions.
Public Member Functions | |
bool | get_PreserveTnefAttachments () const |
Controls loading TNEF attachment behavior. More... | |
void | set_PreserveTnefAttachments (bool value) |
Controls loading TNEF attachment behavior. More... | |
bool | get_DecodeClearSignedContent () const |
Gets a value indicating whether clear-signed message will be decoded. More... | |
void | set_DecodeClearSignedContent (bool value) |
Sets a value indicating whether clear-signed message will be decoded. More... | |
bool | get_DecodeSignedContent () const |
Gets a value indicating whether signed message will be decoded. More... | |
void | set_DecodeSignedContent (bool value) |
Sets a value indicating whether signed message will be decoded. More... | |
bool | get_KeepOriginalEmailAddresses () const |
Gets a value indicating whether need keep original email address. More... | |
void | set_KeepOriginalEmailAddresses (bool value) |
Sets a value indicating whether need keep original email address. More... | |
bool | get_PreserveRtfContent () const |
Gets a value indicating whether need keep rtf body in MailMessage. More... | |
void | set_PreserveRtfContent (bool value) |
Sets a value indicating whether need keep rtf body in MailMessage. More... | |
MsgLoadOptions () | |
Initializes a new instance of this class that can be used to loading MailMessage from Msg format. More... | |
![]() | |
System::SharedPtr< System::Text::Encoding > | get_PrefferedTextEncoding () const |
Gets preferred encoding for message. Forcibly sets the preferred encoding for message subject and body. The default value is null. More... | |
void | 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. 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 in MailMessage. More... | |
void | set_PreserveEmbeddedMessageFormat (bool value) |
Sets a value indicating whether it is necessary to preserve format of embedded message at loading in MailMessage. 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 | |
![]() | |
bool | IncreaseCredit |
System::SharedPtr< System::Text::Encoding > | prefferedTextEncoding |
System::SharedPtr< Aspose::Email::MessageFormat > | messageFormat |
Allows to specify additional options when loading MailMessage from Msg format.
Aspose::Email::MsgLoadOptions::MsgLoadOptions | ( | ) |
Initializes a new instance of this class that can be used to loading MailMessage from Msg format.
bool Aspose::Email::MsgLoadOptions::get_DecodeClearSignedContent | ( | ) | const |
Gets a value indicating whether clear-signed message will be decoded.
true
if clear-signed message will be decoded; otherwise, false
.
bool Aspose::Email::MsgLoadOptions::get_DecodeSignedContent | ( | ) | const |
Gets a value indicating whether signed message will be decoded.
true
if signed message will be decoded; otherwise, false
.
bool Aspose::Email::MsgLoadOptions::get_KeepOriginalEmailAddresses | ( | ) | const |
Gets a value indicating whether need keep original email address.
bool Aspose::Email::MsgLoadOptions::get_PreserveRtfContent | ( | ) | const |
Gets a value indicating whether need keep rtf body in MailMessage.
bool Aspose::Email::MsgLoadOptions::get_PreserveTnefAttachments | ( | ) | const |
Controls loading TNEF attachment behavior.
void Aspose::Email::MsgLoadOptions::set_DecodeClearSignedContent | ( | bool | value | ) |
Sets a value indicating whether clear-signed message will be decoded.
true
if clear-signed message will be decoded; otherwise, false
.
void Aspose::Email::MsgLoadOptions::set_DecodeSignedContent | ( | bool | value | ) |
Sets a value indicating whether signed message will be decoded.
true
if signed message will be decoded; otherwise, false
.
void Aspose::Email::MsgLoadOptions::set_KeepOriginalEmailAddresses | ( | bool | value | ) |
Sets a value indicating whether need keep original email address.
void Aspose::Email::MsgLoadOptions::set_PreserveRtfContent | ( | bool | value | ) |
Sets a value indicating whether need keep rtf body in MailMessage.
void Aspose::Email::MsgLoadOptions::set_PreserveTnefAttachments | ( | bool | value | ) |
Controls loading TNEF attachment behavior.