3.1.4.1.1.10 t:EmailAddressDictionaryEntryType Complex Type
The EmailAddressDictionaryEntryType complex type represents an e-mail address that is associated with a contact (2).
-
<xs:complexType name="EmailAddressDictionaryEntryType"> <xs:simpleContent> <xs:extension base="xs:string" > <xs:attribute name="Key" type="t:EmailAddressKeyType" use="required" /> <xs:attribute name="Name" type="xs:string" use="optional" /> <xs:attribute name="RoutingType" type="xs:string" use="optional" /> <xs:attribute name="MailboxType" type="t:MailboxTypeType" use="optional" /> </xs:extension> </xs:simpleContent> </xs:complexType>
Attributes
Name |
Type |
Description |
---|---|---|
Key |
t:EmailAddressKeyType (section 3.1.4.1.2.3) |
Contains a value that identifies an e-mail address that is associated with a contact (2). |
Name<54> |
xs:string [XMLSCHEMA2] |
Contains the display name associated with an e-mail address of the contact (2). |
RoutingType<55> |
xs:string |
Contains the routing type associated with an e-mail address of the contact (2). |
MailboxType<56> |
t:MailboxTypeType ([MS-OXWSCDATA] section 2.2.5.18) |
Contains the type of mailbox that is represented by the e-mail address of the contact (2). |