IAddressbookDiscoveryGetAddressbookHomeSetAsync 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: 13.3.13068
Syntax Task<IEnumerable<IItemCollection>> GetAddressbookHomeSetAsync()
Function GetAddressbookHomeSetAsync As Task(Of IEnumerable(Of IItemCollection))
Task<IEnumerable<IItemCollection^>^>^ GetAddressbookHomeSetAsync()
abstract GetAddressbookHomeSetAsync : unit -> Task<IEnumerable<IItemCollection>>
Return Value
Type:
TaskIEnumerableIItemCollection
.
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