Enum ContactFieldsSet

ContactFieldsSet enumeration

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

[Flags]
public enum ContactFieldsSet

Values

NameValueDescription
None0Indicates that none fields will be included in resultant mhtml file. Only NOTE of contact will be displayed in html body.
NameInfo1Indicates that NameInfo fields will be included in resultant mhtml file.
PersonalInfo2Indicates that PersonalInfo fields will be included in resultant mhtml file.
ProfessionalInfo4Indicates that ProfessionalInfo fields will be included in resultant mhtml file.
PhysicalAddresses8Indicates that PhysicalAddresses fields will be included in resultant mhtml file.
Telephones10Indicates that Telephones fields will be included in resultant mhtml file.
ElectronicAddresses20Indicates that ElectronicAddresses fields will be included in resultant mhtml file.
Events40Indicates that Events fields will be included in resultant mhtml file.
OtherFields80Indicates that OtherFields fields will be included in resultant mhtml file.
AllExisting100Indicates that all existing fields will be included in resultant mhtml file.

See Also