The MQMailRecipList structure lists the recipients of the mail.
typedef struct MQMailRecipList_tag { ULONG cRecips; //Number of recipients. LPMQMailRecip FAR* apRecip; //Array of recipient pointers. } MQMailRecipList, FAR*LPMQMailRecipList;
MQMailEMail, MQMailRecip
© 1997 by Microsoft Corporation. All rights reserved.