3.1.4.1.2.5 t:ImAddressKeyType Simple Type

The ImAddressKeyType enumeration represents the instant messaging addresses for a contact (2).

 <xs:simpleType name="ImAddressKeyType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="ImAddress1"
      />
     <xs:enumeration
       value="ImAddress2"
      />
     <xs:enumeration
       value="ImAddress3"
      />
   </xs:restriction>
 </xs:simpleType>
  

Enumeration

The following values are defined by the ImAddressKeyType simple type:

Value

Meaning

ImAddress1

Identifies the first instant messaging address for the user.

ImAddress2

Identifies the second instant messaging address for the user.

ImAddress3

Identifies the third instant messaging address for the user.