MapiConversionOptions
Contents
[
Hide
]MapiConversionOptions class
This class allows the user to specify additional options when converting from MailMessage to MapiMessage.
The MapiConversionOptions type exposes the following members:
Constructors
| Name | Description |
|---|---|
| MapiConversionOptions() | Initializes a new instance of the MapiConversionOptions class. |
| MapiConversionOptions(format) | Initializes a new instance of the MapiConversionOptions class |
Properties
| Name | Description |
|---|---|
| format | Represents outlook message format. |
| preserve_signature | Set to true, if signature is to be preserved. |
| remove_signature | Gets or sets a value indicating whether signature will be removed while converting. |
| use_body_compression | Set to true, if need RTF body compression. |
| preserve_original_dates | Gets or sets a value indicating whether it is necessary to generate new saving and modification dates when converting a message. |
| preserve_empty_dates | Gets or sets a value indicating whether it is necessary to generate new saving and modification dates when converting a message. |
| preserve_original_addresses | Gets or sets a value indicating whether it is necessary to keep original value of mail addresses (without validation). |
| preserve_embedded_message_format | Gets or sets a value indicating whether it is necessary to preserve EML format of embedded message at converting to MapiMessage. By default the value is false. |
| ascii_format | Returns MapiConversionOptions with OutlookMessageFormat is ASCII(PreserveSignature is False, UseBodyCompression is False). |
| unicode_format | Returns MapiConversionOptions with OutlookMessageFormat is Unicode(PreserveSignature is False, UseBodyCompression is False). |
| forced_rtf_body_for_appointment | Gets or sets a value indicating whether it is necessary to use forced RTF body for an appointment. Default value is true. |
See Also
- namespace aspose.email.mapi
- assembly Aspose.Email