HtmlSaveOptions Class |
Namespace: Aspose.Email
The HtmlSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | HtmlSaveOptions |
Initializes a new instance of this class that can be used to save a MailMessage in the Html format.
|
Name | Description | |
---|---|---|
![]() | AfterHeadersFormat |
After headers format.
(Inherited from HeadersFormattingOptions.) |
![]() | BeforeHeadersFormat |
Before headers format.
(Inherited from HeadersFormattingOptions.) |
![]() | CheckBodyContentEncoding |
Defines whether need check message body content encoding when saving.
|
![]() | CssStyles |
Gets or sets the additional css styles for the formatter.
(Inherited from HeadersFormattingOptions.) |
![]() | CustomProgressHandler |
Represents method that usually supplied by calling side and handles progress events.
(Inherited from SaveOptions.) |
![]() | DefaultHeaderFormat |
Default header line format.
(Inherited from HeadersFormattingOptions.) |
![]() | DefaultPageHeaderFormat |
Default page header format.
(Inherited from HeadersFormattingOptions.) |
![]() | EmbedResources | Obsolete.
Defines whether need embed resources in html content when saving or not.
Default value is true.
|
![]() | FormatTemplates |
Gets the format templates.
(Inherited from HeadersFormattingOptions.) |
![]() | HtmlFormatOptions |
Gets or sets additional options when saving in HTML format.
Default value is HtmlFormatOptions.None.
|
![]() | MailMessageSaveType |
Represents the mail message save type.It can be in eml,msg(ASCII or Unicode),mhtml or html format.
The default value is Eml.
(Inherited from SaveOptions.) |
![]() | RenderedContactFields |
Defines groups of Contact fields which will be included in output mhtml.
Default value is ContactFieldsSet.AllExisting.
(Inherited from HeadersFormattingOptions.) |
![]() | RenderingHeaders |
Gets list of headers for rendering.
(Inherited from HeadersFormattingOptions.) |
![]() | ResourceRenderingMode |
Provides set various modes of rendering resources in html.
Default value EmbedIntoHtml.
|
![]() | SaveResourceHandler |
This handler is called for saving all message attachments if EmbedResources is false.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ResourceHtmlRendering |
Provides customization of rendering resources in html.
|