@Deprecated public final class MailMessageSaveOptions extends com.aspose.ms.System.Enum
Enumerates the MailMessage save options
Modifier and Type | Field and Description |
---|---|
static int |
HideExtraPrintHeader
Deprecated.
Indicates that PageHeader will be invisible.
|
static int |
NoEncodeCharactersToMht
Deprecated.
Indicates that no transfer encoding of characters should be used if message is being saved in mht format.
|
static int |
None
Deprecated.
No specific settings are specified
|
static int |
WriteCompleteBccEmailAddressToMht
Deprecated.
Indicates that complete e-mail address should be written in 'Bcc' header if message is being saved in mht format.
|
static int |
WriteCompleteCcEmailAddressToMht
Deprecated.
Indicates that complete e-mail address should be written in 'Cc' header if message is being saved in mht format.
|
static int |
WriteCompleteEmailAddressToMht
Deprecated.
Indicates that complete e-mail address should be written in all email headers if message is being saved in mht format.
|
static int |
WriteCompleteFromEmailAddressToMht
Deprecated.
Indicates that complete e-mail address should be written in 'From' header if message is being saved in mht format.
|
static int |
WriteCompleteToEmailAddressToMht
Deprecated.
Indicates that complete e-mail address should be written in 'To' header if message is being saved in mht format.
|
static int |
WriteHeaderToMht
Deprecated.
Indicates that header information should be written if message is being saved in mht format
|
static int |
WriteOutlineAttachmentsToMht
Deprecated.
Indicates that outline attachments should be written if message is being saved in mht format.
|
public static final int None
No specific settings are specified
public static final int WriteHeaderToMht
Indicates that header information should be written if message is being saved in mht format
public static final int WriteOutlineAttachmentsToMht
Indicates that outline attachments should be written if message is being saved in mht format.
public static final int WriteCompleteEmailAddressToMht
Indicates that complete e-mail address should be written in all email headers if message is being saved in mht format.
public static final int NoEncodeCharactersToMht
Indicates that no transfer encoding of characters should be used if message is being saved in mht format.
public static final int HideExtraPrintHeader
Indicates that PageHeader will be invisible.
public static final int WriteCompleteToEmailAddressToMht
Indicates that complete e-mail address should be written in 'To' header if message is being saved in mht format.
public static final int WriteCompleteFromEmailAddressToMht
Indicates that complete e-mail address should be written in 'From' header if message is being saved in mht format.
public static final int WriteCompleteCcEmailAddressToMht
Indicates that complete e-mail address should be written in 'Cc' header if message is being saved in mht format.
public static final int WriteCompleteBccEmailAddressToMht
Indicates that complete e-mail address should be written in 'Bcc' header if message is being saved in mht format.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.