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

RecipientStruct type

Specifies information on each recipient of the instant message that is sent to multiple recipients.

Type RecipientStruct     Type As MessageType     RecipientName As String End Type

Members

Type
Specifies a recipient type. This member can be one of the following values:
MessageType.MessageType_User
Recipient is a user.
MessageType.MessageType_Group
Recipient is a messaging group.
RecipientName
Contains the name of user account or messaging group depending on the Type member.