Discuss this help topic in SecureBlackbox Forum
Specifies whether CalDAV is supported by the server.
Declaration
[VB.NET]
Property UseCalDAV As Boolean
[Pascal]
property UseCalDAV : boolean;
[C++]
bool get_UseCalDAV();
void set_UseCalDAV(bool Value);
[PHP]
bool get_UseCalDAV()
void set_UseCalDAV(bool $Value)
[Java]
boolean getUseCalDAV();
void setUseCalDAV(boolean Value);
Description
When this property is set to true, server supports CalDAV extension.
Discuss this help topic in SecureBlackbox Forum