Enum HtmlFormatOptions

HtmlFormatOptions enumeration

Enumerates the Html format options.

[Flags]
public enum HtmlFormatOptions

Values

NameValueDescription
None0No specific settings are specified.
WriteHeader1Indicates that header information should be written.
WriteCompleteEmailAddress2Indicates that complete e-mail address should be written in all email headers.
WriteCompleteToEmailAddress4Indicates that complete e-mail address should be written in ‘To’ header.
WriteCompleteFromEmailAddress8Indicates that complete e-mail address should be written in ‘From’ header.
WriteCompleteCcEmailAddress10Indicates that complete e-mail address should be written in ‘Cc’ header.
WriteCompleteBccEmailAddress20Indicates that complete e-mail address should be written in ‘Bcc’ header.
DisplayAsOutlook40Indicates that From header will be displayed as in Outlook.
RenderCalendarEvent80Indicates that text from calendar event should be written in output mhtml.
RenderVCardInfo100Indicates that text from VCard AlternativeView should be written in output html.
RenderTaskFields200Indicates that the specific Task fields should be written in output html.

See Also