EmailAddressKeyType Enumeration
The EmailAddressKeyType enumeration represents a way to identify a single e-mail address within the e-mail address collection for a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration EmailAddressKeyType
'Usage
Dim instance As EmailAddressKeyType
[SerializableAttribute]
public enum EmailAddressKeyType
Members
Member name | Description | |
---|---|---|
EmailAddress1 | Identifies the first e-mail address for the user. | |
EmailAddress2 | Identifies the second e-mail address for the user. | |
EmailAddress3 | Identifies the third e-mail address for the user. |
See Also