Click or drag to resize

IAddressbookReportAsync Interface

IT Hit WebDAV Classes Reference
Represents an item that can process addressbook-query and addressbook-multiget reports.

Namespace:  ITHit.WebDAV.Server.CardDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
public interface IAddressbookReportAsync

public interface IAddressbookReportAsync

The IAddressbookReportAsync type exposes the following members.

Methods
  NameDescription
Public methodMultiGetAsync
Returns a list of business card files that correspont to the specified list of item paths.
Public methodQueryAsync
Returns a list of business card files that match specified filter.
Top
Remarks
Items that implement this interface advertise support for addressbook-query and addressbook-multiget reports.
See Also