The MQMailDeliveryReportData structure describes a delivery report message. It lists the recipients who received the original mail, the original mail subject, and the original mail submission time.
The pftDeliverTime member of each recipient in the pDeliveredRecips recipient list specifies the time when the original mail was delivered to the recipient.
typedef struct MQMailDeliveryReportData_tag
{
LPMQMailRecipList pDeliveredRecips; //Delivered recipients.
LPSTR szOriginalSubject; //Original subject.
LPFILETIME pftOriginalDate; //Original submission time.
} MQMailDeliveryReportData, FAR * LPMQMailDeliveryReportData;
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.