DictionaryURIType Enumeration
The DictionaryURIType property identifies frequently referenced dictionary properties by URI.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration DictionaryURIType
'Usage
Dim instance As DictionaryURIType
[SerializableAttribute]
public enum DictionaryURIType
Members
| Member name | Description | |
|---|---|---|
| itemInternetMessageHeader | Identifies the InternetMessageHeader property. | |
| contactsImAddress | Identifies the ImAddresses property. | |
| contactsPhysicalAddressStreet | Identifies the PhysicalAddressStreet property. | |
| contactsPhysicalAddressCity | Identifies the PhysicalAddressCity property. | |
| contactsPhysicalAddressState | Identifies the PhysicalAddressState property. | |
| contactsPhysicalAddressCountryOrRegion | Identifies the PhysicalAddressCountryOrRegion property. | |
| contactsPhysicalAddressPostalCode | Identifies the PhysicalAddressPostalCode property. | |
| contactsPhoneNumber | Identifies the PhoneNumbers property. | |
| contactsEmailAddress | Identifies the EmailAddresses property. | |
| distributionlistMembersMember |
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.