Share via


Synchronizing the UrgentMail and SavedStuff Subfolders in the Inbox Example

Send Feedback

In this example, a device is configured to synchronize the UrgentMail and SavedStuff subfolders under the Inbox folder.

<wap-provisioningdoc>
   <characteristic type="Sync"> 
      <characteristic type="FolderHierarchy">
         <characteristic type="Inbox">
            <characteristic type="UrgentMail">
               <parm name="SyncEnabled" value="1"/>
            </characteristic>
         </characteristic>
         <characteristic type="SavedStuff">
            <parm name="SyncEnabled" value="1"/>
         </characteristic>
      </characteristic>
   </characteristic>  
</wap-provisioningdoc>

See Also

Sync Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.