MapiConversionOptions
Contents
[
Hide
]MapiConversionOptions class
This class allows the user to specify additional options when converting from MailMessage to MapiMessage .
Constructors
| Name | Description |
|---|---|
| MapiConversionOptions (2 overloads) | Initializes a new instance of the MapiConversionOptions class. |
Methods
| Name | Description |
|---|---|
| Clone | |
| get_ASCIIFormat | Returns MapiConversionOptions with OutlookMessageFormat is ASCII(PreserveSignature is False, UseBodyCompression is False). |
| get_CustomProgressHandler | |
| get_ForcedRtfBodyForAppointment | Gets a value indicating whether it is necessary to use forced RTF body for an appointment. Default value is true. |
| get_Format | Represents outlook message format. |
| get_PreserveEmbeddedMessageFormat | Gets a value indicating whether it is necessary to preserve EML format of embedded message at converting to MapiMessage . By default the value is false. |
| get_PreserveEmptyDates | Gets a value indicating whether it is necessary to generate new saving and modification dates when converting a message. |
| get_PreserveOriginalAddresses | Gets a value indicating whether it is necessary to keep original value of mail addresses (without validation). |
| get_PreserveOriginalDates | Gets a value indicating whether it is necessary to generate new saving and modification dates when converting a message. |
| get_PreserveSignature | Set to true, if signature is to be preserved. |
| get_ProgressInfo | |
| get_RemoveSignature | Gets a value indicating whether signature will be removed while converting. |
| get_UnicodeFormat | Returns MapiConversionOptions with OutlookMessageFormat is Unicode(PreserveSignature is False, UseBodyCompression is False). |
| get_UseBodyCompression | Set to true, if need RTF body compression. |
| set_CustomProgressHandler | |
| set_ForcedRtfBodyForAppointment | Sets a value indicating whether it is necessary to use forced RTF body for an appointment. Default value is true. |
| set_Format | Represents outlook message format. |
| set_PreserveEmbeddedMessageFormat | 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. |
| set_PreserveEmptyDates | Sets a value indicating whether it is necessary to generate new saving and modification dates when converting a message. |
| set_PreserveOriginalAddresses | Sets a value indicating whether it is necessary to keep original value of mail addresses (without validation). |
| set_PreserveOriginalDates | Sets a value indicating whether it is necessary to generate new saving and modification dates when converting a message. |
| set_PreserveSignature | Set to true, if signature is to be preserved. |
| set_ProgressInfo | |
| set_RemoveSignature | Sets a value indicating whether signature will be removed while converting. |
| set_UseBodyCompression | Set to true, if need RTF body compression. |