4.15.2 Response

The following example shows the MoveItems command response (section 2.2.1.12) sent from the server to the client. A move:Status element (section 2.2.3.177.10) value of 3 is returned to indicate that the move operation was successful. The move:SrcMsgId element (section 2.2.3.175) identifies the original ID of the item to move, and the move:DstMsgId element (section 2.2.3.52) identifies the new ID of the item that was moved.

 <?xml version="1.0" encoding="utf-8"?>
 <MoveItems xmlns="Move">
   <Response>
     <SrcMsgId>5:1</SrcMsgId>
     <Status>3</Status>
     <DstMsgId>14:1</DstMsgId>
   </Response>
 </MoveItems>