WebDAV Sample Application
WebDAV Sample Application
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.
Items in the Exchange store can be accessed remotely by using the WebDAV protocol, defined in RFC 2518. This protocol extends the HTTP 1.1 protocol, defined by RFC 2616, to provide additional methods and capabilities. It provides a means to access both the contents of an item and an extensible set of associated properties. Some of the methods defined by the protocol are the MOVE Method, the COPY Method, the DELETE Method, and the MKCOL Method.
WebDAV Sample Application Components
The WebDAV sample application consists of an ASP page that may be used to copy, move, or delete resources; to create a collection; or to list resources.
The following topics provide more information about the WebDAV sample application.
Navigating the WebDAV Sample Application Source Code