HtmlLoadOptions Class |
Namespace: Aspose.Email
The HtmlLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | HtmlLoadOptions |
Initializes a new instance of this class that can be used to loading MailMessage from Html format.
|
Name | Description | |
---|---|---|
![]() | MessageFormat |
Represents the mail message format.It can be in eml,msg or mhtml format.
The default value is Eml.
(Inherited from LoadOptions.) |
![]() | PathToResources |
Path to directory with resources files.
|
![]() | PrefferedTextEncoding |
Gets or sets preferred encoding for message.
Forcibly sets the preferred encoding for message subject and body.
The default value is null.
(Inherited from LoadOptions.) |
![]() | PreserveEmbeddedMessageFormat |
Gets or sets a value indicating whether it is necessary to preserve format of
embedded message at loading in MailMessage.
(Inherited from LoadOptions.) |
![]() | ShouldAddPlainTextView |
Specifies whether to add a text representation of the body or not.
Default value is false.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |