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
<FlagsAttribute>
Public Enumeration HtmlFormatOptions
[FlagsAttribute]
public enum class HtmlFormatOptions
[<FlagsAttribute>]
type HtmlFormatOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No specific settings are specified.
|
| WriteHeader | 1 |
Indicates that header information should be written.
|
| WriteCompleteEmailAddress | 2 |
Indicates that complete e-mail address should be written in all email headers.
|
| WriteCompleteToEmailAddress | 4 |
Indicates that complete e-mail address should be written in 'To' header.
|
| WriteCompleteFromEmailAddress | 8 |
Indicates that complete e-mail address should be written in 'From' header.
|
| WriteCompleteCcEmailAddress | 16 |
Indicates that complete e-mail address should be written in 'Cc' header.
|
| WriteCompleteBccEmailAddress | 32 |
Indicates that complete e-mail address should be written in 'Bcc' header.
|
| DisplayAsOutlook | 64 |
Indicates that From header will be displayed as in Outlook.
|
See Also