Rufen Sie uns an: +1-877-99-BOPUP

IServerClientVB::EnumGroupContacts method

Retrieves the array of user contacts assigned to the group.

Public Sub EnumGroupContacts(     ByRef ContactArray As System.Array,     ByRef ResultCode As UInteger )

Parameters

ContactArray
[out] Array of VBContactStruct structure that receives user contacts of the group.
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 size of the array pointed by the ContactArray member must be equal to the number of user contacts returned by previous call of IServerClientVB::GetGroupContacts function.