Discuss this help topic in SecureBlackbox Forum
Defines whether vCard support is enabled.
Declaration
[VB.NET]
Property UseCardDAV As Boolean
[Pascal]
property UseCardDAV : boolean;
[C++]
bool get_UseCardDAV();
void set_UseCardDAV(bool Value);
[PHP]
bool get_UseCardDAV()
void set_UseCardDAV(bool $Value)
[Java]
boolean getUseCardDAV();
void setUseCardDAV(boolean Value);
Description
Set this property to true to enable vCard support on the server side.
Discuss this help topic in SecureBlackbox Forum