Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.CreateAddressBook

TElWebDAVServer     See also     


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


Sends an extended MKCOL request to the server.

Declaration

[C#]
    void CreateAddressBook(string URL, string Description, TElWebDAVPrincipal Owner);

[VB.NET]
    Sub CreateAddressBook(ByVal URL As String, ByVal Description As String, ByVal Owner As TElWebDAVPrincipal)

[Pascal]
    procedure CreateAddressBook(const URL, Description : string; Owner : TElWebDAVPrincipal);

[C++]
    void CreateAddressBook(const std::string &URL, const std::string &Description, SBWebDAVServer_TElWebDAVPrincipal &Owner);
    void CreateAddressBook(const std::string &URL, const std::string &Description, SBWebDAVServer_TElWebDAVPrincipal *Owner);

[PHP]
    void CreateAddressBook(string $URL, string $Description, SBWebDAVServer_TElWebDAVPrincipal $Owner)

[Java]
    void createAddressBook(String URL, String Description, TElWebDAVPrincipal Owner);

Parameters

  • URL - the URL of the new resource.
  • Description - human-readable displayname of the new address book.
  • Owner - the principal who owns the new collection.

Description

    Use this method to create a new address book collection on the server.

See also:     CreateCalendar     CreateCollection    

Discuss this help topic in SecureBlackbox Forum