Click or drag to resize

IAddressbookDiscoveryAsyncGetAddressbookHomeSetAsync Method

IT Hit WebDAV Classes Reference
Returns list of folder items that contain address books owned by this principal.

Namespace:  ITHit.WebDAV.Server.CardDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<IEnumerable<IItemCollectionAsync>> GetAddressbookHomeSetAsync()

Task<IEnumerable<IItemCollectionAsync>> GetAddressbookHomeSetAsync()

Return Value

Type: TaskIEnumerableIItemCollectionAsync
.
Remarks
Note that this property returns list of folders that contain address book folders, NOT the address book folders themselves. http://tools.ietf.org/html/rfc6352#section-7.1.1
See Also