public final class ContactFieldsSet
extends com.aspose.ms.System.Enum
Enumerates the groups of Contact fields that will be included in resultant mhtml file.
Modifier and Type | Field and Description |
---|---|
static int |
AllExisting
Indicates that all existing fields will be included in resultant mhtml file.
|
static int |
ElectronicAddresses
Indicates that ElectronicAddresses fields will be included in resultant mhtml file.
|
static int |
Events
Indicates that Events fields will be included in resultant mhtml file.
|
static int |
NameInfo
Indicates that NameInfo fields will be included in resultant mhtml file.
|
static int |
None
Indicates that none fields will be included in resultant mhtml file.
|
static int |
OtherFields
Indicates that OtherFields fields will be included in resultant mhtml file.
|
static int |
PersonalInfo
Indicates that PersonalInfo fields will be included in resultant mhtml file.
|
static int |
PhysicalAddresses
Indicates that PhysicalAddresses fields will be included in resultant mhtml file.
|
static int |
ProfessionalInfo
Indicates that ProfessionalInfo fields will be included in resultant mhtml file.
|
static int |
Telephones
Indicates that Telephones fields will be included in resultant mhtml file.
|
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
Indicates that none fields will be included in resultant mhtml file. Only NOTE of contact will be displayed in html body.
public static final int NameInfo
Indicates that NameInfo fields will be included in resultant mhtml file.
public static final int PersonalInfo
Indicates that PersonalInfo fields will be included in resultant mhtml file.
public static final int ProfessionalInfo
Indicates that ProfessionalInfo fields will be included in resultant mhtml file.
public static final int PhysicalAddresses
Indicates that PhysicalAddresses fields will be included in resultant mhtml file.
public static final int Telephones
Indicates that Telephones fields will be included in resultant mhtml file.
public static final int ElectronicAddresses
Indicates that ElectronicAddresses fields will be included in resultant mhtml file.
public static final int Events
Indicates that Events fields will be included in resultant mhtml file.
public static final int OtherFields
Indicates that OtherFields fields will be included in resultant mhtml file.
public static final int AllExisting
Indicates that all existing fields will be included in resultant mhtml file.