3.1.4.1.2.3 t:EmailAddressKeyType Simple Type
The EmailAddressKeyType simple type represents a way to identify a single e-mail address within the e-mail address collection for a contact (2).
-
<xs:simpleType name="EmailAddressKeyType"> <xs:restriction base="xs:string" > <xs:enumeration value="EmailAddress1" /> <xs:enumeration value="EmailAddress2" /> <xs:enumeration value="EmailAddress3" /> </xs:restriction> </xs:simpleType>
Enumeration
The following values are defined by the EmailAddressKeyType simple type:
Value |
Meaning |
---|---|
EmailAddress1 |
Identifies the first e-mail address for the contact (2). |
EmailAddress2 |
Identifies the second e-mail address for the contact (2). |
EmailAddress3 |
Identifies the third e-mail address for the contact (2). |