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

VBGroupStruct structure

Retrieves information on messaging group.

Public Structure VBGroupStruct     Dim Permissions As Byte     Dim GroupFlags As UInteger     Dim Group As String     Dim Description As String End Structure

Members

Permissions
Indicates the user's permission to send messages to the group. The user has permission to both send and receive group messages if this member is set to 1 value and can only receive group messages (one-way messaging) if this member is set to 0.
GroupFlags
Array of bitwise flags. This member can be one or more of the following values:
VBGroupFlag.HideUsers
Indicates that group does not show a list of users assigned to it. Subsequent retrieving a users list using IServerClientVB::GetGroupContacts function is not necessary because it's call will return empty list.
Group
Contains name of the group.
Description
Contains short description of the group.