3.1.4.1.3.5 m:ResolveNamesType Complex Type

The ResolveNamesType complex type specifies the contents of a request from the client to locate matching recipient candidates. The ResolveNamesType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="ResolveNamesType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseRequestType"
     >
       <xs:sequence>
         <xs:element name="ParentFolderIds"
           type="t:NonEmptyArrayOfBaseFolderIdsType"
           minOccurs="0"
          />
         <xs:element name="UnresolvedEntry"
           type="t:NonEmptyStringType"
          />
       </xs:sequence>
       <xs:attribute name="ReturnFullContactData"
         type="xs:boolean"
         use="required"
        />
       <xs:attribute name="SearchScope"
         type="t:ResolveNamesSearchScopeType"
         default="ActiveDirectoryContacts"
       />
       <xs:attribute name="ContactDataShape" 
         type="t:DefaultShapeNamesType"
       />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists and describes the child elements of the ResolveNamesType complex type.

Element name

Type

Description

ParentFolderIds

t:NonEmptyArrayOfBaseFolderIdsType ([MS-OXWSFOLD] section 3.1.4.6.3.3)

Specifies the ID of the parent folder that contains the item.

UnresolvedEntry

t:NonEmptyStringType ([MS-OXWSCDATA] section 2.2.5.20)

Specifies the name of a contact or distribution list to be resolved.

The following table lists and describes the attributes of the ResolveNamesType complex type.

Attribute name

Type

Description

ReturnFullContactData

xs:boolean [XMLSCHEMA2]

Specifies whether all the data is to be returned for a resolved contact.

SearchScope

t:ResolveNamesSearchScopeType (section 3.1.4.1.4.1)

Specifies a location where the server searches for candidate matches.

ContactDataShape

t:DefaultShapeNamesType ([MS-OXWSCDATA] section 2.2.5.7)

Specifies the standard set of properties to be returned for the resolved names. This attribute SHOULD<1> be included.