3.1.4.1.3.2 t:Resolutiontype Complex Type
The ResolutionType complex type specifies the type of matching recipient candidate that is returned by the server.
-
<xs:complexType name="ResolutionType"> <xs:sequence> <xs:element name="Mailbox" type="t:EmailAddressType" /> <xs:element name="Contact" type="t:ContactItemType" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists and describes the child elements of the ResolutionType complex type.
Element name |
Type |
Description |
---|---|---|
Mailbox |
t:EmailAddressType ([MS-OXWSCDATA] section 2.2.4.31) |
Specifies an email address. |
Contact |
t:ContactItemType ([MS-OXWSCONT] section 2.2.4.3) |
Specifies a contact item. |