HtmlSaveOptions Properties |
The HtmlSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckBodyContentEncoding |
Defines whether need check message body content encoding when saving.
|
![]() | CustomProgressHandler |
Represents method that usually supplied by calling side and handles progress events.
(Inherited from SaveOptions.) |
![]() | EmbedResources |
Defines whether need embed resources in html content when saving or not.
Default value is true.
|
![]() | 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.) |
![]() | SaveResourceHandler |
This handler is called for saving all message attachments if EmbedResources is false.
|