Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
The FindPeopleResponse element specifies the response to a FindPeople request.
<FindPeopleResponse ResponseClass=" Success | Warning | Error ">
<People/>
<TotalNumberOfPeopleInView/>
<MessageText/>
<ResponseCode/>
<DescriptiveLinkKey/>
<MessageXml/>
</FindPeopleResponse>
FindPeopleResponseMessageType
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| ResponseClass |
Specifies the response class. |
ResponseClass
| Value | Description |
|---|---|
| Success |
Indicates success. |
| Warning |
Indicates a warning. |
| Error |
Indicates an error. |
Child elements
| Element | Description |
|---|---|
| People |
Specifies an array of persona data returned as the result of a FindPeople request. |
| TotalNumberOfPeopleInView |
Specifies the total number of personas stored on a server that are returned by a FindPeople request. |
| MessageText |
Provides a text description of the status of the response. |
| ResponseCode |
Provides status information about the request. |
| DescriptiveLinkKey |
Currently unused and reserved for future use. |
| MessageXml |
Provides additional error response information. |
Parent elements
| Element | Description |
|---|---|
| ResponseMessages |
Specifies an array of response messages. |
Remarks
This element was introduced in Exchange Server 2013.
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.
Element information
| Element | Example |
|---|---|
| Namespace |
http://schemas.microsoft.com/exchange/services/2006/messages |
| Schema Name |
Message schema |
| Validation File |
messages.xsd |
| Can Be Empty |