3.1.4.1.3.1 t:ArrayOfResolutionType Complex Type

The ArrayOfResolutionType complex type specifies the list of matching recipient candidates that are returned by the server. Note that the server returns a maximum of 100 candidate matches.

 <xs:complexType name="ArrayOfResolutionType">
   <xs:sequence>
     <xs:element name="Resolution"
       type="t:ResolutionType"
       maxOccurs="100"
       minOccurs="0"
      />
   </xs:sequence>
   <xs:attributeGroup
     ref="t:FindResponsePagingAttributes"
    />
 </xs:complexType>

The following table lists and describes the child element of the ArrayOfResolutionType complex type.

Element name

Type

Description

Resolution

t:ResolutionType (section 3.1.4.1.3.2)

Specifies a single resolved entity.

The attribute group of the ArrayOfResolutionType complex type is the FindResponsePagingAttributes attribute group, as specified in [MS-OXWSCDATA] section 2.2.8.1.