Discuss this help topic in SecureBlackbox Forum

TElCardDavAddressBookInfo.Description

TElCardDavAddressBookInfo     


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


Returns the CARDDAV:addressbook-description property value.

Declaration

[C#]
    string Description;

[VB.NET]
    Property Description As String

[Pascal]
    property Description : string;

[C++]
    void get_Description(std::string &OutResult);

[PHP]
    string get_Description()

[Java]
    not available

Description

    This property contains human-readable description of the address book collection.

Discuss this help topic in SecureBlackbox Forum