HtmlFormatOptions

HtmlFormatOptions enumeration

Enumerates the Html format options.

Members

Member nameDescription
NONENo specific settings are specified.
WRITE_HEADERIndicates that header information should be written.
WRITE_COMPLETE_EMAIL_ADDRESSIndicates that complete e-mail address should be written in all email headers.
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.
DISPLAY_AS_OUTLOOKIndicates that From header will be displayed as in Outlook.
RENDER_CALENDAR_EVENTIndicates that text from calendar event should be written in output mhtml.
RENDER_V_CARD_INFOIndicates that text from VCard AlternativeView should be written in output html.
RENDER_TASK_FIELDSIndicates that the specific Task fields should be written in output html.

See Also