MQMailNonDeliveryReportData

The MQMailNonDeliveryReportData structure describes a non-delivery report message. It contains the recipients to whom the original mail was not delivered and the original mail in the pOriginalEMail member.

The szNonDeliveryReason member of each recipient in the pNonDeliveredRecips recipient list specifies the reason why the original mail was not delivered to the recipient.

typedef struct MQMailNonDeliveryReportData_tag
  {
   LPMQMailRecipList  pNonDeliveredRecips;  //Non-delivered recipients.
   LPMQMailEMail      pOriginalEMail;       //Original mail.
} MQMailNonDeliveryReportData, FAR * LPMQMailNonDeliveryReportData;
 

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, MQMailRecipList