Click or drag to resize

IAddressbookDiscoveryAsyncAddressbookHomeSetEnabled Property

IT Hit WebDAV Classes Reference
Returns true if addressbook-home-set feature is enabled, false otherwise.

Namespace:  ITHit.WebDAV.Server.CardDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
bool AddressbookHomeSetEnabled { get; }

bool AddressbookHomeSetEnabled { get; }

Property Value

Type: Boolean
Remarks
In this method you can analyze User-Agent header to find out the client application used for accessing the server and enable/disable addressbook-home-set feature for specific client. iOS and OS X does require addressbook-home-set feature to be always enabled. On the other hand it may consume extra resources especially with iOS CardDAV client. iOS starts immediate synchronization of all address books found on the server via home-set request. Typically you will always enable heome-set for iOS and OS X CardDAV clients, but may disable it for other clients.
See Also