Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalBackend.GetPrincipalAddressBookHomeSet

TElWebDAVPrincipalBackend     See also     


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


Returns addressbook-home-set of the given principal.

Declaration

[C#]
    bool GetPrincipalAddressBookHomeSet(string URL, TElStringList List);

[VB.NET]
    Function GetPrincipalAddressBookHomeSet(ByVal URL As String, ByVal List As TElStringList) As Boolean

[Pascal]
    function GetPrincipalAddressBookHomeSet(const URL : string; List : TElStringList) : boolean; virtual;

[C++]
    bool GetPrincipalAddressBookHomeSet(const std::string &URL, TElStringList &List);
    bool GetPrincipalAddressBookHomeSet(const std::string &URL, TElStringList *List);

[PHP]
    bool GetPrincipalAddressBookHomeSet(string $URL, TElStringList $List)

[Java]
    boolean getPrincipalAddressBookHomeSet(String URL, TElStringList List);

Parameters

  • URL - specifies principal's URL.
  • List - contains the URLs of the address books owned by the specified principal.

Return value

    Returns true is the operation completed successfully.

Description

    This method returns, via its List parameter, a set of URLs of the address books of the given principal.

See also:     GetPrincipalCalendarHomeSet     GetPrincipalCollectionSet    

Discuss this help topic in SecureBlackbox Forum