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
SyntaxTask<IEnumerable<IItemCollectionAsync>> GetAddressbookHomeSetAsync()
Task<IEnumerable<IItemCollectionAsync>> GetAddressbookHomeSetAsync()
Function GetAddressbookHomeSetAsync As Task(Of IEnumerable(Of IItemCollectionAsync))
Function GetAddressbookHomeSetAsync As Task(Of IEnumerable(Of IItemCollectionAsync))
Task<IEnumerable<IItemCollectionAsync^>^>^ GetAddressbookHomeSetAsync()
Task<IEnumerable<IItemCollectionAsync^>^>^ GetAddressbookHomeSetAsync()
abstract GetAddressbookHomeSetAsync : unit -> Task<IEnumerable<IItemCollectionAsync>>
abstract GetAddressbookHomeSetAsync : unit -> Task<IEnumerable<IItemCollectionAsync>>
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