ContactFieldsSet
ContactFieldsSet enumeration
Enumerates the groups of Contact fields that will be included in resultant mhtml file.
[Flags]
public enum ContactFieldsSet
Values
Name | Value | Description |
---|---|---|
None | 0 |
Indicates that none fields will be included in resultant mhtml file. Only NOTE of contact will be displayed in html body. |
NameInfo | 1 |
Indicates that NameInfo fields will be included in resultant mhtml file. |
PersonalInfo | 2 |
Indicates that PersonalInfo fields will be included in resultant mhtml file. |
ProfessionalInfo | 4 |
Indicates that ProfessionalInfo fields will be included in resultant mhtml file. |
PhysicalAddresses | 8 |
Indicates that PhysicalAddresses fields will be included in resultant mhtml file. |
Telephones | 10 |
Indicates that Telephones fields will be included in resultant mhtml file. |
ElectronicAddresses | 20 |
Indicates that ElectronicAddresses fields will be included in resultant mhtml file. |
Events | 40 |
Indicates that Events fields will be included in resultant mhtml file. |
OtherFields | 80 |
Indicates that OtherFields fields will be included in resultant mhtml file. |
AllExisting | 100 |
Indicates that all existing fields will be included in resultant mhtml file. |
See Also
- namespace Aspose.Email
- assembly Aspose.Email