WebDAV Sample Application
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