ContactFieldsSet
ContactFieldsSet enumeration (10 values)
Enumerates the groups of Contact fields that will be included in resultant mhtml file.
| Value | Description |
|---|---|
| None | Indicates that none fields will be included in resultant mhtml file. Only NOTE of contact will be displayed in html body. |
| NameInfo | Indicates that NameInfo fields will be included in resultant mhtml file. |
| PersonalInfo | Indicates that PersonalInfo fields will be included in resultant mhtml file. |
| ProfessionalInfo | Indicates that ProfessionalInfo fields will be included in resultant mhtml file. |
| PhysicalAddresses | Indicates that PhysicalAddresses fields will be included in resultant mhtml file. |
| Telephones | Indicates that Telephones fields will be included in resultant mhtml file. |
| ElectronicAddresses | Indicates that ElectronicAddresses fields will be included in resultant mhtml file. |
| Events | Indicates that Events fields will be included in resultant mhtml file. |
| OtherFields | Indicates that OtherFields fields will be included in resultant mhtml file. |
| AllExisting | Indicates that all existing fields will be included in resultant mhtml file. |