PhysicalAddressKeyType Enumeration

The PhysicalAddressKeyType enumeration identifies the types of physical addresses for a contact.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration PhysicalAddressKeyType
'Usage
Dim instance As PhysicalAddressKeyType
[SerializableAttribute]
public enum PhysicalAddressKeyType

Members

Member name Description
Business Identifies the address as a business address.
Home Identifies the address as a home address.
Other Identifies the address as an address of type other.

Remarks

This enumeration is used by the Key property of the PhysicalAddressDictionaryEntryType object.

See Also

Reference

Other Resources