Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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