HeadersFormattingOptions
Contents
[
Hide
]HeadersFormattingOptions class
Allows to specify headers formatting options when saving MailMessage to Mhtml or Html format.
The HeadersFormattingOptions type exposes the following members:
Properties
Name | Description |
---|---|
mail_message_save_type | Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format. The default value is Eml. |
default_eml | Gets options with default values for saving message to Eml format. |
default_emlx | Gets options with default values for saving message to Emlx format. |
default_msg | Gets options with default values for saving message to Msg(ASCII) format. |
default_msg_unicode | Gets options with default values for saving message to Msg(Unicode) format. |
default_oft | Gets options with default values for saving message to Outlook template (Oft) format. |
default_mhtml | Gets options with default values for saving message to Mhtml format. |
default_html | Gets options with default values for saving message to Html format. |
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. |
Methods
Name | Description |
---|---|
create_save_options(save_type) |
See Also
- namespace aspose.email
- assembly Aspose.Email