MhtFormatOptions

MhtFormatOptions enumeration

Enumerates the Mht format options

Members

Member nameDescription
NONENo specific settings are specified.
WRITE_HEADERIndicates that header information should be written.
WRITE_OUTLINE_ATTACHMENTSIndicates that outline attachments should be written.
WRITE_COMPLETE_EMAIL_ADDRESSIndicates that complete e-mail address should be written in all email headers.
NO_ENCODE_CHARACTERSIndicates that no transfer encoding of characters should be used.
HIDE_EXTRA_PRINT_HEADERIndicates that PageHeader will be unvisible.
WRITE_COMPLETE_TO_EMAIL_ADDRESSIndicates that complete e-mail address should be written in ‘To’ header.
WRITE_COMPLETE_FROM_EMAIL_ADDRESSIndicates that complete e-mail address should be written in ‘From’ header.
WRITE_COMPLETE_CC_EMAIL_ADDRESSIndicates that complete e-mail address should be written in ‘Cc’ header.
WRITE_COMPLETE_BCC_EMAIL_ADDRESSIndicates that complete e-mail address should be written in ‘Bcc’ header.
RENDER_CALENDAR_EVENTIndicates that text from calendar event should be written in output mhtml.
SKIP_BYTE_ORDER_MARK_IN_BODYIndicates that Byte Order Mark(BOM) bytes should be written to body.
RENDER_V_CARD_INFOIndicates that text from VCard AlternativeView should be written in output mhtml.
DISPLAY_AS_OUTLOOKIndicates that From header will be displayed as in Outlook.
RENDER_TASK_FIELDSIndicates that the specific Task fields should be written in output mhtml.

See Also