Click or drag to resize

IAddressbookItem Interface

IT Hit WebDAV Classes Reference
Represents folder, file or principal on a CardDAV server. Enables addressbook feature support discovery.

Namespace:  ITHit.WebDAV.Server.CardDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public interface IAddressbookItem
Remarks
This is the marker interface, it does not provide any methods or properties. Items that implement this interface report CardDAV support in OPTIONS requests. If this intervace is found on an item, the DAV header will include addressbook token.
See Also