3.1.4.1.1.11 t:EmailAddressDictionaryType Complex Type

The EmailAddressDictionaryType complex type contains e-mail addresses.

 <xs:complexType name="EmailAddressDictionaryType">
   <xs:sequence>
     <xs:element name="Entry"
       type="t:EmailAddressDictionaryEntryType"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

Child Elements

Element name

Type

Description

Entry

t:EmailAddressDictionaryEntryType (section 3.1.4.1.1.10)

Represents an e-mail address that is associated with a contact (2).