Package containing property implementations that are supported by WebDAV components of Microsofts Exchange Server 2003 and requested by WebFolder client.

To use this add something like the following to the events section of your Domain.xml:

  <event classname="org.apache.slide.event.DomainEvent" enable="true"/>
  <listener classname="org.apache.slide.webdav.util.resourcekind.ResourceKindConfigurator">
    <configuration>
      <definition resource="/org/apache/slide/webdav/util/properties/exchange/resource_kinds.xml"/>
    </configuration>
  </listener> 
    

If you want to maintain a last accesses property (i.e. updated it if a resource is read) you may register the corresponding maintainer:

  <event classname="org.apache.slide.webdav.event.WebdavEvent" method="get" enable="true"/>
  <event classname="org.apache.slide.webdav.event.WebdavEvent" method="propFind" enable="true"/>
  <listener classname="org.apache.slide.webdav.util.properties.exchange.LastAccessedMaintainer"/>