MapiConversionOptions

MapiConversionOptions class

This class allows the user to specify additional options when converting from MailMessage to MapiMessage .

Constructors

NameDescription
MapiConversionOptions (2 overloads)Initializes a new instance of the MapiConversionOptions class.

Methods

NameDescription
Clone
get_ASCIIFormatReturns MapiConversionOptions with OutlookMessageFormat is ASCII(PreserveSignature is False, UseBodyCompression is False).
get_CustomProgressHandler
get_ForcedRtfBodyForAppointmentGets a value indicating whether it is necessary to use forced RTF body for an appointment. Default value is true.
get_FormatRepresents outlook message format.
get_PreserveEmbeddedMessageFormatGets 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_PreserveEmptyDatesGets a value indicating whether it is necessary to generate new saving and modification dates when converting a message.
get_PreserveOriginalAddressesGets a value indicating whether it is necessary to keep original value of mail addresses (without validation).
get_PreserveOriginalDatesGets a value indicating whether it is necessary to generate new saving and modification dates when converting a message.
get_PreserveSignatureSet to true, if signature is to be preserved.
get_ProgressInfo
get_RemoveSignatureGets a value indicating whether signature will be removed while converting.
get_UnicodeFormatReturns MapiConversionOptions with OutlookMessageFormat is Unicode(PreserveSignature is False, UseBodyCompression is False).
get_UseBodyCompressionSet to true, if need RTF body compression.
set_CustomProgressHandler
set_ForcedRtfBodyForAppointmentSets a value indicating whether it is necessary to use forced RTF body for an appointment. Default value is true.
set_FormatRepresents outlook message format.
set_PreserveEmbeddedMessageFormatSets 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_PreserveEmptyDatesSets a value indicating whether it is necessary to generate new saving and modification dates when converting a message.
set_PreserveOriginalAddressesSets a value indicating whether it is necessary to keep original value of mail addresses (without validation).
set_PreserveOriginalDatesSets a value indicating whether it is necessary to generate new saving and modification dates when converting a message.
set_PreserveSignatureSet to true, if signature is to be preserved.
set_ProgressInfo
set_RemoveSignatureSets a value indicating whether signature will be removed while converting.
set_UseBodyCompressionSet to true, if need RTF body compression.