Removing Properties (WebDAV)

Removing Properties (WebDAV)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The following WebDAV PROPPATCH Method request removes a property named http://schemas/myspace/someproperty.

See Constructing Exchange Store HTTP URLs and Authentication and Security Using WebDAV for more information.

PROPPATCH requesturi HTTP/1.1
HOST: host
Content-type: text/xml
Content-Length: 203

<?xml version="1.0"?>
<g:propertyupdate xmlns:g="DAV:">
<g:remove>
<g:prop>
<http://schemas/myspace/someproperty>
</g:prop>
</g:remove>
</g:propertyupdate>

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.