MQMailRecipList

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;
 

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mqmail.h.
  Import Library: Use mqmail.lib.
  Unicode: Defined only as Unicode.

See Also

MQMailEMail, MQMailRecip