EmailAddressKeyType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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.