Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.AddressBookQueryNext

TElWebDAVClient     See also     


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


Returns property values for the next item returned by the addressbook-query report.

Declaration

[C#]
    bool AddressBookQueryNext(Object Ctx, TElWebDAVPropertyInfoList Properties);

[VB.NET]
    Function AddressBookQueryNext(ByVal Ctx As Object, ByVal Properties As TElWebDAVPropertyInfoList) As Boolean

[Pascal]
    function AddressBookQueryNext(Ctx : Pointer; Properties : TElWebDAVPropertyInfoList) : boolean;

[C++]
    bool AddressBookQueryNext(void * Ctx, TElWebDAVPropertyInfoList &Properties);
    bool AddressBookQueryNext(void * Ctx, TElWebDAVPropertyInfoList *Properties);

[PHP]
    bool AddressBookQueryNext(TSBPointer|array of byte|string|NULL $Ctx, TElWebDAVPropertyInfoList $Properties)

[Java]
    not available

Parameters

  • Ctx - the request handle returned by AddressBookQueryFirst.
  • Properties - a set of DAV properties for which the values shoud be returned.

Description

    Call this method as many times as needed, or until it returns false.

See also:     AddressBookQueryFirst     AddressBookQueryClose    

Discuss this help topic in SecureBlackbox Forum