Mountpoints collection objects where the content of the Mountpoints are located in another collection, in most cases in another mailbox. Mountpoints are identified with in resourcetype property. Also the following WebDAV attributes are set on the Mountpoint objects. mountpoint-target-privilege-set - stores the ACL for the current user mountpoint-target-URL - contains the URL to the target collection that owns the content of the mountpoint The new attributes mountpoint, mountpoint-target-privilege-set and mountpoint-target-URL are declared in Yahoo namespace "http://yahoo.com/ns/". Example WebDAV requests and responses: PROPFIND /dav/Jong/ HTTP/1.1 Depth: 1 Content-Type: application/xml; charset="utf-8" Content-Length: nnn HTTP/1.1 207 Multi-Status Content-Type: text/xml; charset="utf-8" Content-Length: xxx /dav/Jong/Holidays/ /dav/HolidayCalendars/US/ HTTP/1.1 200 OK /dav/Jong/FamilyCalendar/ /dav/GroupCalendars/JongLee/ HTTP/1.1 200 OK Alternatively the client can request the ACL for the current principal directly from the shared calendar. PROPFIND /dav/HolidayCalendars/US/ HTTP/1.1 Depth: 0 Content-Type: application/xml; charset="utf-8" Content-Length: nnn HTTP/1.1 207 Multi-Status Content-Type: text/xml; charset="utf-8" Content-Length: xxx /dav/HolidaysCalendars/US/ HTTP/1.1 200 OK