Rufen Sie uns an: +1-877-99-BOPUP

MULTIPLE_RECIPIENT_STRUCT structure

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

typedef struct _MULTIPLE_RECIPIENT_STRUCT {     BYTE iType;     char lpszRecipientName[ACCOUNT_LENGTH + 1]; } MULTIPLE_RECIPIENT_STRUCT;

Members

iType
Specifies a recipient type. This member can be one of the following values:
MESSAGE_TYPE_USER
Recipient is a user.
MESSAGE_TYPE_GROUP
Recipient is a messaging group.
lpszRecipientName
Contains the name of user account or messaging group depending on the iType member.