Discuss this help topic in SecureBlackbox Forum

TElCalDAVOptions.UseCalDAV

TElCalDAVOptions     


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


Specifies whether CalDAV is supported by the server.

Declaration

[C#]
    bool UseCalDAV;

[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