3.1.4.1.1.1 t:AbchEmailAddressDictionaryEntryType Complex Type
The AbchEmailAddressDictionaryEntryType complex type specifies an email address entry.<45>
-
<xs:complexType name="AbchEmailAddressDictionaryEntryType"> <xs:sequence> <xs:element name="Type" type="t:AbchEmailAddressTypeType" minOccurs="1"/> <xs:element name="Address" type="xs:string" minOccurs="1"/> <xs:element name="IsMessengerEnabled" type="xs:boolean" minOccurs="0"/> <xs:element name="Capabilities" type="xs:long" minOccurs="0"/> </xs:sequence> </xs:complexType>
The following table describes the child elements of the AbchEmailAddressDictionaryEntryType complex type.
Element |
Type |
Description |
---|---|---|
Type |
t:AbchEmailAddressTypeType (section 3.1.4.1.2.1) |
Specifies the email type. |
Address |
xs:string ([XMLSCHEMA2]) |
Specifies the email address. |
IsMessengerEnabled |
xs:boolean ([XMLSCHEMA2]) |
Specifies whether this address is enabled for instant messaging. |
Capabilities |
xs:long ([XMLSCHEMA2]) |
For internal use only. |