4.9.2 Response
The following example shows the GetItemEstimate command response (section 2.2.1.9) sent from the server to the client. A getitemestimate:Status element (section 2.2.3.177.7) value of 1 is returned to indicate that the GetItemEstimate request (section 2.2.1.9) was completed successfully. The getitemestimate:CollectionId element (section 2.2.3.30.2) identifies the folder that was queried, and the getitemestimate:Estimate element (section 2.2.3.65) indicates the number of items that require synchronization in the folder.
-
<?xml version="1.0" encoding="utf-8"?> <GetItemEstimate xmlns="GetItemEstimate"> <Response> <Status>1</Status> <Collection> <CollectionId>5</CollectionId> <Estimate>1</Estimate> </Collection> </Response> </GetItemEstimate>