Contattaci: +1-877-99-BOPUP (877-992-6787)

IServerClientVB::GetGroupContacts method

Receives array of user contacts assigned to specific group and returns the number of retrieved contacts.

Public Sub GetGroupContacts(     ByRef Group As String,     ByRef ContactsCount As UShort,     ByRef ResultCode As UInteger )

Parameters

Group
[in] String variable that contains the name of group of which contacts are retrieved.
ContactsCount
[out] UShort variable that receives the number of retrieved user contacts.
ResultCode
[out] Variable of UInteger type that gets an extended code if error result is returned. For available codes see Available Extended Codes topic.

Return Value

S_OK
The function was successful.
E_INVALIDARG
One or more arguments are incorrect.
E_FAIL
Some error occurred in the function. Check ResultCode variable to get extended information on the error.

Remarks

The received array of the contacts must be retrieved by subsequent call of IServerClientVB::EnumGroupContacts function.
Check VBGroupFlag.HideUsers flag if it is set in GroupFlags member of VBGroupStruct. If the flag is set then it is unnecessary to call the function because it will always return an empty list.