MQMailDeliveryReportData

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;

See Also

MQMailEMail, MQMailRecipList


© 1997 by Microsoft Corporation. All rights reserved.