MailConversionOptions Class

Specify additional options when converting from MapiMessage to MailMessage.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMailConversionOptions

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

The MailConversionOptions type exposes the following members.

Constructors
  NameDescription
Public methodMailConversionOptions
Initializes a new instance of the MailConversionOptions class
Properties
  NameDescription
Public propertyConvertAsTnef
Set to true to import the MapiMessage information into a MailMessage object with MapiMessage as TNEF attachment.
Public propertyKeepOriginalEmailAddresses
Gets or sets a value indicating whether need keep original email address.
Public propertyPreserveEmbeddedMessageFormat
Gets or sets a value indicating whether it is necessary to preserve format of embedded message at converting to MailMessage.
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