MailConversionOptions

MailConversionOptions class

Specify additional options when converting from MapiMessage to MailMessage.

The MailConversionOptions type exposes the following members:

Constructors

NameDescription
MailConversionOptions()Initializes a new instance of the MailConversionOptions class

Properties

NameDescription
convert_as_tnefSet to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
preserve_embedded_message_formatGets or 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.
keep_original_email_addressesGets or sets a value indicating whether need keep original email address.
preserve_rtf_contentGets or sets a value indicating whether need keep rtf body in MailMessage.
timeoutLimits the time in milliseconds of formatting message while converting.
Default value 3 sec.

See Also