Share via


Set the Hierarchy for Folders by using FolderHierarchy Settings Example

Send Feedback

The following XML example sets the hierarchy for a set of folders by using FolderHierarchy settings.

Note   The folder hierarchy settings need to be sent to the device after the initial sync has already been performed, otherwise the folder hierarchy is not yet on the device and the provisioning xml will not do anything.

<wap-provisioningdoc>
   <characteristic type="Sync">
      <characteristic type="FolderHierarchy">
         <characteristic type="Inbox">
            <characteristic type="Meeting Notes">
               <parm name="SyncEnabled" value="1"/>
            </characteristic>
            <characteristic type="Project Folders">
               <characteristic type="urgent">
                  <parm name="SyncEnabled" value="1"/>
               </characteristic>
               <characteristic type="Contacts & Associates">
                  <parm name="SyncEnabled" value="1"/>
               </characteristic>
            </characteristic>
         </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.