public final class HtmlFormatOptions
extends com.aspose.ms.System.Enum
Enumerates the Html format options.
Modifier and Type | Field and Description |
---|---|
static int |
DisplayAsOutlook
Indicates that From header will be displayed as in Outlook.
|
static int |
None
No specific settings are specified.
|
static int |
WriteCompleteBccEmailAddress
Indicates that complete e-mail address should be written in 'Bcc' header.
|
static int |
WriteCompleteCcEmailAddress
Indicates that complete e-mail address should be written in 'Cc' header.
|
static int |
WriteCompleteEmailAddress
Indicates that complete e-mail address should be written in all email headers.
|
static int |
WriteCompleteFromEmailAddress
Indicates that complete e-mail address should be written in 'From' header.
|
static int |
WriteCompleteToEmailAddress
Indicates that complete e-mail address should be written in 'To' header.
|
static int |
WriteHeader
Indicates that header information should be written.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No specific settings are specified.
public static final int WriteHeader
Indicates that header information should be written.
public static final int WriteCompleteEmailAddress
Indicates that complete e-mail address should be written in all email headers.
public static final int WriteCompleteToEmailAddress
Indicates that complete e-mail address should be written in 'To' header.
public static final int WriteCompleteFromEmailAddress
Indicates that complete e-mail address should be written in 'From' header.
public static final int WriteCompleteCcEmailAddress
Indicates that complete e-mail address should be written in 'Cc' header.
public static final int WriteCompleteBccEmailAddress
Indicates that complete e-mail address should be written in 'Bcc' header.
public static final int DisplayAsOutlook
Indicates that From header will be displayed as in Outlook.