ImAddressDictionaryEntryType.Key Property

The Key property gets or sets one of the valid ImAddressKeyType enumeration values that indentify an instant messaging address that is associated with a contact.

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

Syntax

'Declaration
Public Property Key As ImAddressKeyType
    Get
    Set
'Usage
Dim instance As ImAddressDictionaryEntryType
Dim value As ImAddressKeyType

value = instance.Key

instance.Key = value
public ImAddressKeyType Key { get; set; }

Property Value

Type: ExchangeWebServices.ImAddressKeyType
The Key property returns one of the valid ImAddressKeyType enumeration values.