public final class MhtFormatOptions
extends com.aspose.ms.System.Enum
Enumerates the Mht format options
Modifier and Type | Field and Description |
---|---|
static int |
DisplayAsOutlook
Indicates that From header will be displayed as in Outlook.
|
static int |
HideExtraPrintHeader
Indicates that PageHeader will be unvisible.
|
static int |
NoEncodeCharacters
Indicates that no transfer encoding of characters should be used.
|
static int |
None
No specific settings are specified.
|
static int |
RenderCalendarEvent
Indicates that text from calendar event should be written in output mhtml.
|
static int |
RenderTaskFields
Indicates that the specific Task fields should be written in output mhtml.
|
static int |
RenderVCardInfo
Indicates that text from VCard AlternativeView should be written in output mhtml.
|
static int |
SkipByteOrderMarkInBody
Indicates that Byte Order Mark(BOM) bytes should be written to body.
|
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.
|
static int |
WriteOutlineAttachments
Indicates that outline attachments 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 WriteOutlineAttachments
Indicates that outline attachments 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 NoEncodeCharacters
Indicates that no transfer encoding of characters should be used.
public static final int HideExtraPrintHeader
Indicates that PageHeader will be unvisible.
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 RenderCalendarEvent
Indicates that text from calendar event should be written in output mhtml.
public static final int SkipByteOrderMarkInBody
Indicates that Byte Order Mark(BOM) bytes should be written to body.
public static final int RenderVCardInfo
Indicates that text from VCard AlternativeView should be written in output mhtml.
public static final int DisplayAsOutlook
Indicates that From header will be displayed as in Outlook.
public static final int RenderTaskFields
Indicates that the specific Task fields should be written in output mhtml.