ContactFieldsSet
ContactFieldsSet enumeration
枚举将包含在结果 mhtml 文件中的联系人字段组。
[Flags]
public enum ContactFieldsSet
价值观
姓名 | 价值 | 描述 |
---|---|---|
None | 0 | 表示生成的 mhtml 文件中不会包含任何字段。 html body. 中只会显示联系人的注释 |
NameInfo | 1 | 表示 NameInfo 字段将包含在生成的 mhtml 文件中。 |
PersonalInfo | 2 | 表示 PersonalInfo 字段将包含在生成的 mhtml 文件中。 |
ProfessionalInfo | 4 | 表示 ProfessionalInfo 字段将包含在生成的 mhtml 文件中。 |
PhysicalAddresses | 8 | 表示 PhysicalAddresses 字段将包含在生成的 mhtml 文件中。 |
Telephones | 10 | 表示电话字段将包含在生成的 mhtml 文件中。 |
ElectronicAddresses | 20 | 表示 ElectronicAddresses 字段将包含在生成的 mhtml 文件中。 |
Events | 40 | 表示事件字段将包含在生成的 mhtml 文件中。 |
OtherFields | 80 | 表示 OtherFields 字段将包含在生成的 mhtml 文件中。 |
AllExisting | 100 | 表示所有现有字段都将包含在生成的 mhtml 文件中。 |
也可以看看
- 命名空间 Aspose.Email
- 部件 Aspose.Email