Click or drag to resize

HtmlFormatOptions Enumeration

Enumerates the Html format options.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum HtmlFormatOptions
Members
  Member nameValueDescription
None0 No specific settings are specified.
WriteHeader1 Indicates that header information should be written.
WriteCompleteEmailAddress2 Indicates that complete e-mail address should be written in all email headers.
WriteCompleteToEmailAddress4 Indicates that complete e-mail address should be written in 'To' header.
WriteCompleteFromEmailAddress8 Indicates that complete e-mail address should be written in 'From' header.
WriteCompleteCcEmailAddress16 Indicates that complete e-mail address should be written in 'Cc' header.
WriteCompleteBccEmailAddress32 Indicates that complete e-mail address should be written in 'Bcc' header.
DisplayAsOutlook64 Indicates that From header will be displayed as in Outlook.
See Also