Contattaci: +1-877-99-BOPUP (877-992-6787)

VBRecipientStruct structure

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

Public Structure VBRecipientStruct     Dim Type As Byte     Dim RecipientName As String End Structure

Members

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