Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.AddressBookURLs

TElWebDAVClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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()

[Java]
    not available

Description

    Use this property to read address book URLs. Available address books are queried automatically if the server supports CardDAV.

See also:     CreateAddressBook     AddressBookQueryFirst    

Discuss this help topic in SecureBlackbox Forum