Discuss this help topic in SecureBlackbox Forum

TElHTTPSWebDAVClient.AddressBookReport

TElHTTPSWebDAVClient     See also     


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


Declaration

[C#]
    int AddressBookReport(string URL, TElWebDAVPropertyInfoList Properties, TElStringList AddressDataProps, TElCardDavFilter Filter, int Limit, TElStringList Hrefs, bool All, TSBWebDAVDepth Depth);

[VB.NET]
    Function AddressBookReport(ByVal URL As String, ByVal Properties As TElWebDAVPropertyInfoList, ByVal AddressDataProps As TElStringList, ByVal Filter As TElCardDavFilter, ByVal Limit As Integer, ByVal Hrefs As TElStringList, ByVal All As Boolean, ByVal Depth As TSBWebDAVDepth) As Integer

[Pascal]
    function AddressBookReport(const URL : string; Properties : TElWebDAVPropertyInfoList; AddressDataProps : TElStringList; Filter : TElCardDavFilter; Limit : integer; Hrefs : TElStringList; All : boolean = false; Depth : TSBWebDAVDepth = wddInfinity) : integer;

[C++]
    int32_t AddressBookReport(const std::string &URL, TElWebDAVPropertyInfoList &Properties, TElStringList &AddressDataProps, TElCardDavFilter &Filter, int32_t Limit, TElStringList &Hrefs, bool All, TSBWebDAVDepth Depth);
    int32_t AddressBookReport(const std::string &URL, TElWebDAVPropertyInfoList *Properties, TElStringList *AddressDataProps, TElCardDavFilter *Filter, int32_t Limit, TElStringList *Hrefs, bool All, TSBWebDAVDepth Depth);

[PHP]
    integer AddressBookReport(string $URL, TElWebDAVPropertyInfoList $Properties, TElStringList $AddressDataProps, TElCardDavFilter $Filter, integer $Limit, TElStringList $Hrefs, bool $All, integer $Depth)

[Java]
    not available

Parameters

  • URL -
  • Properties -
  • AddressDataProps -
  • Filter -
  • Limit -
  • Hrefs -
  • All -
  • Depth -

TSBWebDAVDepth values

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum