HtmlFormatOptions
HtmlFormatOptions enumeration (12 values)
Enumerates the Html format options.
| Value | Description |
|---|---|
| None | No specific settings are specified. |
| WriteHeader | Indicates that header information should be written. |
| WriteCompleteEmailAddress | Indicates that complete e-mail address should be written in all email headers. |
| WriteCompleteToEmailAddress | Indicates that complete e-mail address should be written in ‘To’ header. |
| WriteCompleteFromEmailAddress | Indicates that complete e-mail address should be written in ‘From’ header. |
| WriteCompleteCcEmailAddress | Indicates that complete e-mail address should be written in ‘Cc’ header. |
| WriteCompleteBccEmailAddress | Indicates that complete e-mail address should be written in ‘Bcc’ header. |
| DisplayAsOutlook | Indicates that From header will be displayed as in Outlook. |
| RenderCalendarEvent | Indicates that text from calendar event should be written in output mhtml. |
| RenderVCardInfo | Indicates that text from VCard AlternativeView should be written in output html. |
| RenderTaskFields | Indicates that the specific Task fields should be written in output html. |
| PrintFormat | Indicates that the HTML body should be created in a format suitable for printing. |