Aspose::Email::Mapi::MailConversionOptions Class Reference

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 ()
 

Detailed Description

Specify additional options when converting from MapiMessage to MailMessage.

Constructor & Destructor Documentation

◆ MailConversionOptions()

Aspose::Email::Mapi::MailConversionOptions::MailConversionOptions ( )

Member Function Documentation

◆ get_ConvertAsTnef()

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.

◆ 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 format of embedded message at converting to MailMessage.

◆ get_PreserveRtfContent()

bool Aspose::Email::Mapi::MailConversionOptions::get_PreserveRtfContent ( ) const

Gets a value indicating whether need keep rtf body in MailMessage.

◆ set_ConvertAsTnef()

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.

◆ 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 format of embedded message at converting to MailMessage.

◆ set_PreserveRtfContent()

void Aspose::Email::Mapi::MailConversionOptions::set_PreserveRtfContent ( bool  value)

Sets a value indicating whether need keep rtf body in MailMessage.