The server then sends the following
response to the client:
HTTP/1.1 207 Multi-Status
Server: Microsoft-IIS/5.0
Date: Tue, 22 Feb 1999 12:54:46 GMT
WWW-Authenticate: Negotiate AADAB...
MS-Exchange-Permanent-URL:
http://hostname/pub2/-FlatUrlSpace-/ab7e2af09631
b745981c6d39445456f2-17/
Location: http://hostname/pub2/templates/search_folder/
Timeout: Infinity
Repl-UID: <rid:ab7e2af09631b745981c6d39445456f2000000001371>
Content-Type: text/xml
Content-Length: XXX
ResourceTag: <rt:ab7e2af09631b745981c6d39445456f200000000
1371ab7e2af09631b745981
c6d39445456f2000000001573>
<?xml version="1.0"?>
<a:multistatus xmlns:a="DAV:">
<a:response>
<a:href>
http://hostname/pub2/templates/search_folder
</a:href>
<a:status>HTTP/1.1 201 Created</a:status>
<a:propstat>
<a:status>HTTP/1.1 200 OK</a:status>
<a:prop><a:searchrequest/></a:prop>
</a:propstat>
</a:response>
</a:multistatus>
After
this successful response has been sent, the
Exchange store begins
populating the search folder with the items that satisfy the SQL request. Be
aware that not all items that match the criteria appear in the search folder
until the
Exchange store completes the construction of the folder.
Note: |
|---|
|
The server has sent a different Timeout
value for the search. The Location header returned can be different from the
value sent by the client when the MKCOL Method request was made.
|