MailConversionOptions
Contents
[
Hide
]MailConversionOptions class
Specify additional options when converting from MapiMessage to MailMessage.
The MailConversionOptions type exposes the following members:
Constructors
Name | Description |
---|---|
MailConversionOptions() | Initializes a new instance of the MailConversionOptions class |
Properties
Name | Description |
---|---|
convert_as_tnef | Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment. |
preserve_embedded_message_format | Gets 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_addresses | Gets or sets a value indicating whether need keep original email address. |
preserve_rtf_content | Gets or sets a value indicating whether need keep rtf body in MailMessage. |
timeout | Limits the time in milliseconds of formatting message while converting. Default value 3 sec. |
See Also
- namespace aspose.email.mapi
- assembly Aspose.Email