MhtSaveOptions Properties |
The MhtSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckBodyContentEncoding |
Defines whether need check message body content encoding when saving.
|
![]() | CssStyles |
Gets or sets the additional css styles for the formatter.
|
![]() | CustomProgressHandler |
Represents method that usually supplied by calling side and handles progress events.
(Inherited from SaveOptions.) |
![]() | FormatTemplates |
Gets the format templates.
|
![]() | 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.) |
![]() | MhtFormatOptions |
Defines additional options when saving in MHTML format.
Default value is MhtFormatOptions.WriteHeader | MhtFormatOptions.WriteOutlineAttachments.
|
![]() | PreserveOriginalBoundaries |
Defines whether need keep original boundaries in mail message when saving or not.
|
![]() | PreserveOriginalDate |
Defines whether need keep original date in mail message when saving or not.
Default value is true.
|
![]() | RenderedContactFields |
Defines groups of Contact fields which will be included in output mhtml.
Default value is ContactFieldsSet.AllExisting.
|
![]() | RenderingHeaders |
Gets list of headers for rendering.
|
![]() | SaveAttachments |
Gets or sets a value indicating whether to save attachments.
|
![]() | SkipInlineImages |
Defines whether skip references on images at saving in mhtml or not.
Default value is false.
|