Enum MhtFormatOptions

MhtFormatOptions enumeration

Enumerates the Mht format options

[Flags]
public enum MhtFormatOptions

Values

NameValueDescription
None0No specific settings are specified.
WriteHeader1Indicates that header information should be written.
WriteOutlineAttachments2Indicates that outline attachments should be written.
WriteCompleteEmailAddress4Indicates that complete e-mail address should be written in all email headers.
NoEncodeCharacters8Indicates that no transfer encoding of characters should be used.
HideExtraPrintHeader10Indicates that PageHeader will be unvisible.
WriteCompleteToEmailAddress20Indicates that complete e-mail address should be written in ‘To’ header.
WriteCompleteFromEmailAddress40Indicates that complete e-mail address should be written in ‘From’ header.
WriteCompleteCcEmailAddress80Indicates that complete e-mail address should be written in ‘Cc’ header.
WriteCompleteBccEmailAddress100Indicates that complete e-mail address should be written in ‘Bcc’ header.
RenderCalendarEvent200Indicates that text from calendar event should be written in output mhtml.
SkipByteOrderMarkInBody400Indicates that Byte Order Mark(BOM) bytes should be written to body.
RenderVCardInfo800Indicates that text from VCard AlternativeView should be written in output mhtml.
DisplayAsOutlook1000Indicates that From header will be displayed as in Outlook.
RenderTaskFields2000Indicates that the specific Task fields should be written in output mhtml.

See Also