DictionaryURIType Enumeration

The DictionaryURIType property identifies frequently referenced dictionary properties by URI.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration DictionaryURIType
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum DictionaryURIType
[SerializableAttribute] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum class DictionaryURIType
/** @attribute SerializableAttribute() */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
public enum DictionaryURIType
SerializableAttribute 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
public enum DictionaryURIType

Members

Member name Description
contactsEmailAddress Identifies the EmailAddresses property.
contactsImAddress Identifies the ImAddresses property.
contactsPhoneNumber Identifies the PhoneNumbers property.
contactsPhysicalAddressCity Identifies the PhysicalAddressCity property.
contactsPhysicalAddressCountryOrRegion Identifies the PhysicalAddressCountryOrRegion property.
contactsPhysicalAddressPostalCode Identifies the PhysicalAddressPostalCode property.
contactsPhysicalAddressState Identifies the PhysicalAddressState property.
contactsPhysicalAddressStreet Identifies the PhysicalAddressStreet property.
itemInternetMessageHeader Identifies the InternetMessageHeader property.

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also

Reference

ExchangeWebServices Namespace

Other Resources

FieldURI