HeadersFormattingOptions
Contents
[
Hide
]HeadersFormattingOptions class
Inherits: Aspose::Email::SaveOptions
Allows to specify headers formatting options when saving MailMessage to Mhtml or Html format.
Constructors
| Name | Description |
|---|---|
| HeadersFormattingOptions | Initializes a new instance of this class that can be used to save a MailMessage in the Mhtml format. |
Methods
| Name | Description |
|---|---|
| get_AfterHeadersFormat | After headers format. |
| get_BeforeHeadersFormat | Before headers format. |
| get_CssStyles | Gets the additional css styles for the formatter. |
| get_DefaultHeaderFormat | Default header line format. |
| get_DefaultPageHeaderFormat | Default page header format. |
| get_ExtractHTMLBodyResourcesAsAttachments | Defines whether extract HTML body resources as attachments or not. Default value is false. |
| get_FormatTemplates | Gets the format templates. |
| get_RenderedContactFields | Defines groups of Contact fields which will be included in output mhtml. Default value is ContactFieldsSet.AllExisting . |
| get_RenderingHeaders | Gets list of headers for rendering. |
| get_Timeout | Limits the time in milliseconds of formatting message while saving in Mht. Default value 3 sec. |
| OnResourceProcessing | |
| OnTimeoutReached | |
| set_AfterHeadersFormat | After headers format. |
| set_BeforeHeadersFormat | Before headers format. |
| set_CssStyles | Sets the additional css styles for the formatter. |
| set_DefaultHeaderFormat | Default header line format. |
| set_DefaultPageHeaderFormat | Default page header format. |
| set_ExtractHTMLBodyResourcesAsAttachments | Defines whether extract HTML body resources as attachments or not. Default value is false. |
| set_RenderedContactFields | Defines groups of Contact fields which will be included in output mhtml. Default value is ContactFieldsSet.AllExisting . |
| set_Timeout | Limits the time in milliseconds of formatting message while saving in Mht. Default value 3 sec. |
| formatTemplates | |
| MhtExportCss | |
| renderingHeaders | |
| ResourceHtmlRendering | Provides customization of rendering resources in html. |
| TimeoutReached | Raised if timed out while saving to Mhtml. |