MailConversionOptions
Contents
[
Hide
]MailConversionOptions class
Specify additional options when converting from MapiMessage to MailMessage .
Constructors
| Name | Description |
|---|---|
| MailConversionOptions |
Methods
| Name | Description |
|---|---|
| get_ConvertAsTnef | Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment. |
| get_KeepOriginalEmailAddresses | Gets a value indicating whether need keep original email address. |
| get_PreserveEmbeddedMessageFormat | 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. |
| get_PreserveRtfContent | Gets a value indicating whether need keep rtf body in MailMessage . |
| get_Timeout | Limits the time in milliseconds of formatting message while converting. Default value 3 sec. |
| OnTimeoutReached | |
| set_ConvertAsTnef | Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment. |
| set_KeepOriginalEmailAddresses | Sets a value indicating whether need keep original email address. |
| set_PreserveEmbeddedMessageFormat | 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. |
| set_PreserveRtfContent | Sets a value indicating whether need keep rtf body in MailMessage . |
| set_Timeout | Limits the time in milliseconds of formatting message while converting. Default value 3 sec. |
| TimeoutReached | Raised if timed out while converting to MailMessage . |