HtmlLoadOptions Class

Allows to specify additional options when loading MailMessage from Html format.
Inheritance Hierarchy

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class HtmlLoadOptions : LoadOptions

The HtmlLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodHtmlLoadOptions
Initializes a new instance of this class that can be used to loading MailMessage from Html format.
Properties
  NameDescription
Public propertyMessageFormat
Represents the mail message format.It can be in eml,msg or mhtml format. The default value is Eml.
(Inherited from LoadOptions.)
Public propertyPathToResources
Path to directory with resources files.
Public propertyPrefferedTextEncoding
Gets or sets preferred encoding for message. The default value is null.
(Inherited from LoadOptions.)
Public propertyPreserveEmbeddedMessageFormat
Gets or sets a value indicating whether it is necessary to preserve format of embedded message at loading in MailMessage.
(Inherited from LoadOptions.)
Public propertyShouldAddPlainTextView
Specifies whether to add a text representation of the body or not. Default value is false.
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