EmailAddressDictionaryEntryType.Key Property

The Key property gets or sets one of the valid EmailAddressKeyType enumeration values that identify an e-mail address that is associated with a contact.

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

Syntax

'Declaration
Public Property Key As EmailAddressKeyType
    Get
    Set
'Usage
Dim instance As EmailAddressDictionaryEntryType
Dim value As EmailAddressKeyType

value = instance.Key

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

Property Value

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