DictionaryURIType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DictionaryURIType property identifies frequently referenced dictionary properties by URI.
public enum class DictionaryURIType
public enum DictionaryURIType
Public Enum DictionaryURIType
- Inheritance
-
DictionaryURIType
Fields
Name | Value | Description |
---|---|---|
itemInternetMessageHeader | 0 | Identifies the InternetMessageHeader property. |
contactsImAddress | 1 | Identifies the ImAddresses property. |
contactsPhysicalAddressStreet | 2 | Identifies the PhysicalAddressStreet property. |
contactsPhysicalAddressCity | 3 | Identifies the PhysicalAddressCity property. |
contactsPhysicalAddressState | 4 | Identifies the PhysicalAddressState property. |
contactsPhysicalAddressCountryOrRegion | 5 | Identifies the PhysicalAddressCountryOrRegion property. |
contactsPhysicalAddressPostalCode | 6 | Identifies the PhysicalAddressPostalCode property. |
contactsPhoneNumber | 7 | Identifies the PhoneNumbers property. |
contactsEmailAddress | 8 | Identifies the EmailAddresses property. |
distributionlistMembersMember | 9 |
Remarks
This enumeration is used by the FieldURI property of the PathToIndexedFieldType object. You must also specify the FieldIndex property to get the particular dictionary entry.