MhtFormatOptions
MhtFormatOptions enumeration (15 values)
Enumerates the Mht format options
| Value | Description |
|---|---|
| None | No specific settings are specified. |
| WriteHeader | Indicates that header information should be written. |
| WriteOutlineAttachments | Indicates that outline attachments should be written. |
| WriteCompleteEmailAddress | Indicates that complete e-mail address should be written in all email headers. |
| NoEncodeCharacters | Indicates that no transfer encoding of characters should be used. |
| HideExtraPrintHeader | Indicates that PageHeader will be unvisible. |
| WriteCompleteToEmailAddress | Indicates that complete e-mail address should be written in ‘To’ header. |
| WriteCompleteFromEmailAddress | Indicates that complete e-mail address should be written in ‘From’ header. |
| WriteCompleteCcEmailAddress | Indicates that complete e-mail address should be written in ‘Cc’ header. |
| WriteCompleteBccEmailAddress | Indicates that complete e-mail address should be written in ‘Bcc’ header. |
| RenderCalendarEvent | Indicates that text from calendar event should be written in output mhtml. |
| SkipByteOrderMarkInBody | Indicates that Byte Order Mark(BOM) bytes should be written to body. |
| RenderVCardInfo | Indicates that text from VCard AlternativeView should be written in output mhtml. |
| DisplayAsOutlook | Indicates that From header will be displayed as in Outlook. |
| RenderTaskFields | Indicates that the specific Task fields should be written in output mhtml. |