Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.CardDAVOptions

TElWebDAVServer     See also     


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


Specifies various options of te CardDAV extension.

Declaration

[C#]
    TElCardDAVOptions CardDAVOptions;

[VB.NET]
    Property CardDAVOptions As TElCardDAVOptions

[Pascal]
    property CardDAVOptions : TElCardDAVOptions;

[C++]
    TElCardDAVOptions* get_CardDAVOptions();

[PHP]
    TElCardDAVOptions get_CardDAVOptions()

[Java]
    TElCardDAVOptions getCardDAVOptions();

Description

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

See also:     UseCardDAV    

Discuss this help topic in SecureBlackbox Forum