HtmlLoadOptions
HtmlLoadOptions class
Inherits: Aspose::Email::LoadOptions
Allows to specify additional options when loading MailMessage from Html format.
Constructors
| Name | Description |
|---|---|
| HtmlLoadOptions | Initializes a new instance of this class that can be used to loading MailMessage from Html format. |
Methods
| Name | Description |
|---|---|
| get_PathToResources | Path to directory with resources files. |
| get_ShouldAddPlainTextView | Specifies whether to add a text representation of the body or not. Default value is false. |
| set_PathToResources | Path to directory with resources files. |
| set_ShouldAddPlainTextView | Specifies whether to add a text representation of the body or not. Default value is false. |