Specify additional options when converting from MapiMessage to MailMessage. More...
Inherits Object.
Public Member Functions | |
bool | get_ConvertAsTnef () const |
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment. More... | |
void | set_ConvertAsTnef (bool value) |
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment. More... | |
bool | get_PreserveEmbeddedMessageFormat () const |
Gets a value indicating whether it is necessary to preserve format of embedded message at converting to MailMessage. More... | |
void | set_PreserveEmbeddedMessageFormat (bool value) |
Sets a value indicating whether it is necessary to preserve format of embedded message at converting to MailMessage. 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... | |
MailConversionOptions () | |
Specify additional options when converting from MapiMessage to MailMessage.
Aspose::Email::Mapi::MailConversionOptions::MailConversionOptions | ( | ) |
bool Aspose::Email::Mapi::MailConversionOptions::get_ConvertAsTnef | ( | ) | const |
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
bool Aspose::Email::Mapi::MailConversionOptions::get_KeepOriginalEmailAddresses | ( | ) | const |
Gets a value indicating whether need keep original email address.
bool Aspose::Email::Mapi::MailConversionOptions::get_PreserveEmbeddedMessageFormat | ( | ) | const |
Gets a value indicating whether it is necessary to preserve format of embedded message at converting to MailMessage.
bool Aspose::Email::Mapi::MailConversionOptions::get_PreserveRtfContent | ( | ) | const |
Gets a value indicating whether need keep rtf body in MailMessage.
void Aspose::Email::Mapi::MailConversionOptions::set_ConvertAsTnef | ( | bool | value | ) |
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
void Aspose::Email::Mapi::MailConversionOptions::set_KeepOriginalEmailAddresses | ( | bool | value | ) |
Sets a value indicating whether need keep original email address.
void Aspose::Email::Mapi::MailConversionOptions::set_PreserveEmbeddedMessageFormat | ( | bool | value | ) |
Sets a value indicating whether it is necessary to preserve format of embedded message at converting to MailMessage.
void Aspose::Email::Mapi::MailConversionOptions::set_PreserveRtfContent | ( | bool | value | ) |
Sets a value indicating whether need keep rtf body in MailMessage.