Share via


Deleting Parameters Example

Send Feedback

The final example shows how to delete any parameter from an existing account by setting its value to "". Specifically, the example deletes the DOMAIN parameter of the IMAP account from the first example.

Note   If you attempt to delete any of the required parameters from an existing account, the entire account is automatically deleted.

Code Example

<wap-provisioningdoc>
   <characteristic type="EMAIL2">
      <characteristic type="{D671C70B-8EE3-4881-8045-2AEE6F731B55}">
         <parm name="DOMAIN" value=""/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>

See Also

EMAIL2 Configuration Service Provider Examples for OMA Client Provisioning | EMAIL2 Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.