4.10.4.1 Sync Request

The following example shows the Sync command request (section 2.2.1.21) sent from the client to the server to synchronize a new message with an attachment to the client.

 <?xml version="1.0" encoding="utf-8"?>
 <Sync xmlns:airsyncbase="AirSyncBase" xmlns="AirSync">
   <Collections>
     <Collection>
       <SyncKey>1</SyncKey>
       <CollectionId>7</CollectionId>
       <DeletesAsMoves />
       <GetChanges />
     </Collection>
   </Collections>
 </Sync>