EmailAddressKeyType Enum

Definition

The EmailAddressKeyType enumeration represents a way to identify a single e-mail address within the e-mail address collection for a contact.

public enum class EmailAddressKeyType
public enum EmailAddressKeyType
Public Enum EmailAddressKeyType
Inheritance
EmailAddressKeyType

Fields

EmailAddress1 0

Identifies the first e-mail address for the user.

EmailAddress2 1

Identifies the second e-mail address for the user.

EmailAddress3 2

Identifies the third e-mail address for the user.

Remarks

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

Applies to