ContactFieldsSet

ContactFieldsSet enumeration

Enumerates the groups of Contact fields that will be included in resultant mhtml file.

Members

Member nameDescription
NONEIndicates that none fields will be included in resultant mhtml file. Only NOTE of contact will be displayed in html body.
NAME_INFOIndicates that NameInfo fields will be included in resultant mhtml file.
PERSONAL_INFOIndicates that PersonalInfo fields will be included in resultant mhtml file.
PROFESSIONAL_INFOIndicates that ProfessionalInfo fields will be included in resultant mhtml file.
PHYSICAL_ADDRESSESIndicates that PhysicalAddresses fields will be included in resultant mhtml file.
TELEPHONESIndicates that Telephones fields will be included in resultant mhtml file.
ELECTRONIC_ADDRESSESIndicates that ElectronicAddresses fields will be included in resultant mhtml file.
EVENTSIndicates that Events fields will be included in resultant mhtml file.
OTHER_FIELDSIndicates that OtherFields fields will be included in resultant mhtml file.
ALL_EXISTINGIndicates that all existing fields will be included in resultant mhtml file.

See Also