ImAddressKeyType Enumeration

The ImAddressKeyType enumeration represents the instant messaging addresses for a contact.

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

Syntax

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

Members

Member name Description
ImAddress1 Identifies the first instant messaging address for the user.
ImAddress2 Identifies the second instant messaging address for the user.
ImAddress3 Identifies the third instant messaging address for the user.

Remarks

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

See Also

Reference

Other Resources