4.12.1.1 Request

The following example shows the Search command request (section 2.2.1.16) sent from the client to the server to search the Inbox folder by using the keyword "Presentation".

 <?xml version="1.0" encoding="utf-8"?>
 <Search xmlns="Search" xmlns:airsync="AirSync">
 <Store>
   <Name>Mailbox</Name>
     <Query>
       <And>
         <airsync:CollectionId>7</airsync:CollectionId>
         <FreeText>Presentation</FreeText>
       </And>
     </Query>
     <Options>
       <RebuildResults />
       <Range>0-4</Range>
       <DeepTraversal/>
     </Options>
   </Store>
 </Search>