3.1.4.1.3.3 FindPeopleResponseMessageType

Namespace: http://schemas.microsoft.com/exchange/services/2006/messages

The FindPeopleResponseMessageType complex type specifies the response message for a FindPeople WSDL operation. The FindPeopleResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="FindPeopleResponseMessageType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ResponseMessageType">
       <xs:sequence>
         <xs:element minOccurs="0" name="People" type="t:ArrayOfPeopleType"/>
         <xs:element minOccurs="0" name="TotalNumberOfPeopleInView" type="xs:int"/>
         <xs:element minOccurs="0" name="FirstMatchingRowIndex" type="xs:int"/>
         <xs:element minOccurs="0" name="FirstLoadedRowIndex" type="xs:int"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

People: An element of type ArrayOfPeopleType that represents an array of PersonaType complex types.

TotalNumberOfPeopleInView: An element of type int, as defined in [XMLSCHEMA2/2], that represents the number of contacts (2) that appear.

FirstMatchingRowIndex: For internal use only.

FirstLoadedRowIndex: For internal use only.