HtmlSaveOptions Properties

The HtmlSaveOptions type exposes the following members.

Properties
  NameDescription
Public propertyCheckBodyContentEncoding
Defines whether need check message body content encoding when saving.
Public propertyCustomProgressHandler
Represents method that usually supplied by calling side and handles progress events.
(Inherited from SaveOptions.)
Public propertyEmbedResources
Defines whether need embed resources in html content when saving or not. Default value is true.
Public propertyHtmlFormatOptions
Gets or sets additional options when saving in HTML format. Default value is HtmlFormatOptions.None.
Public propertyMailMessageSaveType
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.)
Public propertySaveResourceHandler
This handler is called for saving all message attachments if EmbedResources is false.
See Also