IAddressbookDiscoveryAddressbookHomeSetEnabled 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: 13.3.13068
Syntax bool AddressbookHomeSetEnabled { get; }
ReadOnly Property AddressbookHomeSetEnabled As Boolean
Get
property bool AddressbookHomeSetEnabled {
bool get ();
}
abstract AddressbookHomeSetEnabled : bool with get
Property Value
Type:
BooleanRemarks
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