HtmlSaveOptions
Contents
[
Hide
]HtmlSaveOptions class
Allows to specify additional options when saving MailMessage to Html format.
The HtmlSaveOptions type exposes the following members:
Constructors
Name | Description |
---|---|
HtmlSaveOptions() | Initializes a new instance of this class that can be used to save a MailMessage in the Html format. |
Properties
Name | Description |
---|---|
mail_message_save_type | |
default_eml | |
default_emlx | |
default_msg | |
default_msg_unicode | |
default_oft | |
default_mhtml | |
default_html | |
rendered_contact_fields | Defines groups of Contact fields which will be included in output mhtml. Default value is ContactFieldsSet.AllExisting. |
css_styles | Gets or sets the additional css styles for the formatter. |
default_page_header_format | Default page header format. |
default_header_format | Default header line format. |
before_headers_format | Before headers format. |
after_headers_format | After headers format. |
rendering_headers | Gets list of headers for rendering. |
html_format_options | Gets or sets additional options when saving in HTML format. Default value is HtmlFormatOptions.None. |
check_body_content_encoding | Defines whether need check message body content encoding when saving. By default the value is false. |
resource_rendering_mode | Provides set various modes of rendering resources in html. Default value EmbedIntoHtml. |
use_relative_path_to_resources | Default value is false. |
Methods
Name | Description |
---|---|
create_save_options(save_type) |
See Also
- namespace aspose.email
- assembly Aspose.Email