Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.AddressBookMultigetNext

TElWebDAVClient     See also     


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


Returns values for requested properties for the next vCard in the multiget report.

Declaration

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

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

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

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

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

[Java]
    not available

Parameters

  • Ctx - the request handle returned by AddressBookMultigetFirst.
  • Properties - the list initialized with a set of properties for which the values are needed.

Description

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

See also:     AddressBookMultigetFirst     AddressBookMultigetClose    

Discuss this help topic in SecureBlackbox Forum