Give Us a Call: +1-877-99-BOPUP

IServerClientVBA::GetGroups method

Receives array of messaging groups assigned to current user and returns the number of retrieved groups.

Public Sub GetGroups(     ByRef GroupsCount As Integer,     ByRef ResultCode As Long )

Parameters

GroupsCount
[out] Integer variable that receives the number of retrieved groups.
ResultCode
[out] Variable of Long 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 groups must be retrieved by subsequent call of IServerClientVBA::EnumGroups function.