MapiConversionOptions Class

This class allows the user to specify additional options when converting from MailMessage to MapiMessage.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiConversionOptions

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MapiConversionOptions

The MapiConversionOptions type exposes the following members.

Constructors
  NameDescription
Public methodMapiConversionOptions
Initializes a new instance of the MapiConversionOptions class.
Public methodMapiConversionOptions(OutlookMessageFormat)
Initializes a new instance of the MapiConversionOptions class with specified OutlookMessageFormat.
Properties
  NameDescription
Public propertyStatic memberASCIIFormat
Returns MapiConversionOptions with OutlookMessageFormat is ASCII(PreserveSignature is False, UseBodyCompression is False).
Public propertyCustomProgressHandler
Public propertyForcedRtfBodyForAppointment
Gets or sets a value indicating whether it is necessary to use forced RTF body for an appointment. Default value is true.
Public propertyFormat
Represents outlook message format.
Public propertyPreserveEmbeddedMessageFormat
Gets or sets a value indicating whether it is necessary to preserve conversion .eml attachment to .msg attachment.
Public propertyPreserveOriginalAddresses
Gets or sets a value indicating whether it is necessary to keep original value of mail addresses (without validation).
Public propertyPreserveOriginalDates
Gets or sets a value indicating whether it is necessary to generate new saving and modification dates when converting a message.
Public propertyPreserveSignature
Set to true, if signature is to be preserved.
Public propertyStatic memberUnicodeFormat
Returns MapiConversionOptions with OutlookMessageFormat is Unicode(PreserveSignature is False, UseBodyCompression is False).
Public propertyUseBodyCompression
Set to true, if need RTF body compression.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also