MsgLoadOptions
Contents
[
Hide
]MsgLoadOptions class
Inherits: Aspose::Email::LoadOptions
Allows to specify additional options when loading MailMessage from Msg format.
Constructors
| Name | Description |
|---|---|
| MsgLoadOptions | Initializes a new instance of this class that can be used to loading MailMessage from Msg format. |
Methods
| Name | Description |
|---|---|
| get_KeepOriginalEmailAddresses | Gets a value indicating whether need keep original email address. |
| get_PreserveRtfContent | Gets a value indicating whether need keep rtf body in MailMessage . |
| get_PreserveTnefAttachments | Controls loading TNEF attachment behaviour. By default the value is false. |
| get_Timeout | Limits the time in milliseconds of formatting message while converting. Default value 3 sec. |
| OnTimeoutReached | |
| set_KeepOriginalEmailAddresses | Sets a value indicating whether need keep original email address. |
| set_PreserveRtfContent | Sets a value indicating whether need keep rtf body in MailMessage . |
| set_PreserveTnefAttachments | Controls loading TNEF attachment behaviour. By default the value is false. |
| 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 . |