Specify additional options when converting from MapiMessage to MailMessage.
More...
Inherits Object.
Specify additional options when converting from MapiMessage to MailMessage.
◆ MailConversionOptions()
Aspose::Email::Mapi::MailConversionOptions::MailConversionOptions |
( |
| ) |
|
◆ get_ConvertAsTnef()
bool Aspose::Email::Mapi::MailConversionOptions::get_ConvertAsTnef |
( |
| ) |
const |
◆ get_KeepOriginalEmailAddresses()
bool Aspose::Email::Mapi::MailConversionOptions::get_KeepOriginalEmailAddresses |
( |
| ) |
const |
Gets a value indicating whether need keep original email address.
◆ get_PreserveEmbeddedMessageFormat()
bool Aspose::Email::Mapi::MailConversionOptions::get_PreserveEmbeddedMessageFormat |
( |
| ) |
const |
Gets a value indicating whether it is necessary to preserve MSG format of embedded message at converting to MailMessage. By default the value is false.
Generally, embedded messages have the same format (EML or MSG) as the underlying message. By default, when converting from MSG to EML and vice versa, embedded messages are also converted to the target format. Setting the property to true preserves the original format of the embedded messages.
◆ get_PreserveRtfContent()
bool Aspose::Email::Mapi::MailConversionOptions::get_PreserveRtfContent |
( |
| ) |
const |
Gets a value indicating whether need keep rtf body in MailMessage.
◆ get_Timeout()
int32_t Aspose::Email::Mapi::MailConversionOptions::get_Timeout |
( |
| ) |
const |
Limits the time in milliseconds of formatting message while converting. Default value 3 sec.
◆ OnTimeoutReached()
void Aspose::Email::Mapi::MailConversionOptions::OnTimeoutReached |
( |
System::SharedPtr< MailMessage > |
msg | ) |
|
◆ set_ConvertAsTnef()
void Aspose::Email::Mapi::MailConversionOptions::set_ConvertAsTnef |
( |
bool |
value | ) |
|
◆ set_KeepOriginalEmailAddresses()
void Aspose::Email::Mapi::MailConversionOptions::set_KeepOriginalEmailAddresses |
( |
bool |
value | ) |
|
Sets a value indicating whether need keep original email address.
◆ set_PreserveEmbeddedMessageFormat()
void Aspose::Email::Mapi::MailConversionOptions::set_PreserveEmbeddedMessageFormat |
( |
bool |
value | ) |
|
Sets a value indicating whether it is necessary to preserve MSG format of embedded message at converting to MailMessage. By default the value is false.
Generally, embedded messages have the same format (EML or MSG) as the underlying message. By default, when converting from MSG to EML and vice versa, embedded messages are also converted to the target format. Setting the property to true preserves the original format of the embedded messages.
◆ set_PreserveRtfContent()
void Aspose::Email::Mapi::MailConversionOptions::set_PreserveRtfContent |
( |
bool |
value | ) |
|
Sets a value indicating whether need keep rtf body in MailMessage.
◆ set_Timeout()
void Aspose::Email::Mapi::MailConversionOptions::set_Timeout |
( |
int32_t |
value | ) |
|
Limits the time in milliseconds of formatting message while converting. Default value 3 sec.
◆ Aspose::Email::Mapi::MapiMessage
◆ TimeoutReached
System::EventHandler Aspose::Email::Mapi::MailConversionOptions::TimeoutReached |