ImAddressKeyType 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 ImAddressKeyType enumeration represents the instant messaging addresses for a contact.
public enum class ImAddressKeyType
public enum ImAddressKeyType
Public Enum ImAddressKeyType
- Inheritance
-
ImAddressKeyType
Fields
Name | Value | Description |
---|---|---|
ImAddress1 | 0 | Identifies the first instant messaging address for the user. |
ImAddress2 | 1 | Identifies the second instant messaging address for the user. |
ImAddress3 | 2 | Identifies the third instant messaging address for the user. |
Remarks
This enumeration is used by the Key property of the ImAddressDictionaryEntryType object.