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

NotifyGroupStruct type

Specifies information on assigned messaging group when it is added, changed or removed on the IM server.

Information on changes is delivered through NOTIFY_SERVER_MESSAGE notification message within wParam parameter set to GroupAdded, GroupChanged or GroupRemoved value. lParam of those notification messages points to this type.

Type NotifyGroupStruct     Permissions As Byte     Flags As Long     Group As String     Description As String     OldGroup As String End Type

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.
Flags
Array of bitwise flags. This member can be one or more of the following values:
GroupFlag.GroupFlag_HideUsers
Indicates that group does not show a list of users assigned to it. Subsequent retrieving a users list using IServerClientVBA::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.
OldGroup
Contains the old name of the group if it is renamed. This member also contains the name of the group if it is removed.