Discuss this help topic in SecureBlackbox Forum
TElWebDAVClient.AddressBookQueryFirst
Initiates a "CARDDAV:addressbook-query" request.
Declaration
Parameters
TSBWebDAVDepth values
|
Description
This method initiates a "CARDDAV:addressbook-query" request defined in RFC 6352, which allows to search an addressbook for vCards that match certain filter criteria. After the request has been initiated, call AddressBookQueryNext until it returns false, to get the property values for all retrieved items. When all items have been processed, call AddressBookQueryClose to free allocated resources.