Discuss this help topic in SecureBlackbox Forum
Returns the list of address book URLs.
Declaration
[C#]
TElStringList AddressBookURLs;
[VB.NET]
Property AddressBookURLs As TElStringList
[Pascal]
property AddressBookURLs : TElStringList;
[C++]
TElStringList* get_AddressBookURLs();
[PHP]
TElStringList get_AddressBookURLs()
Description
Use this property to read address book URLs.
Available address books are queried automatically if the server supports CardDAV.
Discuss this help topic in SecureBlackbox Forum