Click or drag to resize
DAVClient Fields

The DAVClient type exposes the following members.

Fields
  NameDescription
Public fieldbLog
Used to enable/disable logging
(Inherited from DAVConnection.)
Public fieldFolderItems
List of DAVFolders represented by their string names (ie: Contacts,Calendar,Tasks,$GAL)
Public fieldisSSL
Used to denote whether or not SSL is used or not
(Inherited from DAVConnection.)
Public fieldLogString
Used to store any logged function results
(Inherited from DAVConnection.)
Public fieldPassword
User's password
(Inherited from DAVConnection.)
Public fieldPort
Service port number
(Inherited from DAVConnection.)
Public fieldProxyPassword
Proxy Server Password (if proxy is required)
(Inherited from DAVConnection.)
Public fieldProxyUserName
Proxy Server Username (if proxy is required)
(Inherited from DAVConnection.)
Public fieldServerCapability
Used to store a list of features/capabilities supported by the server
(Inherited from DAVConnection.)
Public fieldUserName
Username/Login
(Inherited from DAVConnection.)
Top
See Also