Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.CalDAVOptions

TElWebDAVServer     See also     


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


Specifies various options of te CalDAV extension.

Declaration

[C#]
    TElCalDAVOptions CalDAVOptions;

[VB.NET]
    Property CalDAVOptions As TElCalDAVOptions

[Pascal]
    property CalDAVOptions : TElCalDAVOptions;

[C++]
    TElCalDAVOptions* get_CalDAVOptions();

[PHP]
    TElCalDAVOptions get_CalDAVOptions()

[Java]
    TElCalDAVOptions getCalDAVOptions();

Description

    Use this property to manage options of the CalDAV extension. You can enable or disable this extension by switching the UseCalDAV property.

See also:     UseCalDAV    

Discuss this help topic in SecureBlackbox Forum