HtmlSaveOptions
Contents
[
Hide
]HtmlSaveOptions class
Inherits: Aspose::Email::HeadersFormattingOptions
Allows to specify additional options when saving MailMessage to Html format.
Constructors
| Name | Description |
|---|---|
| HtmlSaveOptions | Initializes a new instance of this class that can be used to save a MailMessage in the Html format. |
Methods
| Name | Description |
|---|---|
| get_CheckBodyContentEncoding | Defines whether need check message body content encoding when saving. By default the value is false. |
| get_HtmlFormatOptions | Gets additional options when saving in HTML format. Default value is HtmlFormatOptions.None. |
| get_PathToHtmlFile | |
| get_ResourceRenderingMode | Provides set various modes of rendering resources in html. Default value EmbedIntoHtml. |
| get_UseRelativePathToResources | |
| set_CheckBodyContentEncoding | Defines whether need check message body content encoding when saving. By default the value is false. |
| set_HtmlFormatOptions | Sets additional options when saving in HTML format. Default value is HtmlFormatOptions.None. |
| set_PathToHtmlFile | |
| set_ResourceRenderingMode | Provides set various modes of rendering resources in html. Default value EmbedIntoHtml. |
| set_UseRelativePathToResources |