HtmlFormatOptions

HtmlFormatOptions enumeration (12 values)

Enumerates the Html format options.

ValueDescription
NoneNo specific settings are specified.
WriteHeaderIndicates that header information should be written.
WriteCompleteEmailAddressIndicates that complete e-mail address should be written in all email headers.
WriteCompleteToEmailAddressIndicates that complete e-mail address should be written in ‘To’ header.
WriteCompleteFromEmailAddressIndicates that complete e-mail address should be written in ‘From’ header.
WriteCompleteCcEmailAddressIndicates that complete e-mail address should be written in ‘Cc’ header.
WriteCompleteBccEmailAddressIndicates that complete e-mail address should be written in ‘Bcc’ header.
DisplayAsOutlookIndicates that From header will be displayed as in Outlook.
RenderCalendarEventIndicates that text from calendar event should be written in output mhtml.
RenderVCardInfoIndicates that text from VCard AlternativeView should be written in output html.
RenderTaskFieldsIndicates that the specific Task fields should be written in output html.
PrintFormatIndicates that the HTML body should be created in a format suitable for printing.