DeliveryReportData
MSMQMailEMail

The DeliveryReportData defines a delivery report. This report contains a list of the recipients who received the original e-mail, when the original e-mail was submitted, and the subject of the original e-mail.

This property is only meaningful if ContentType is set to MSMQMAIL_EMAIL_DELIVERY_REPORT.

Quick Info

Type: MSMQMailDeliveryReportData
Run time: Read-write

Syntax

object.DeliveryReportData
 
Syntax Element Description
object E-mail message (MSMQMailEMail) object that defines the e-mail message.

Settings

MSMQMailDeliveryReportData object.

Remarks

When defining delivery report, set ContentType to MSMQMAIL_EMAIL_DELIVERY_REPORT whenever DeliveryReportData is set.

After parsing an MSMQ Mail message, verify that, ContentType is set to MSMQMAIL_EMAIL_DELIVERY_REPORT , before looking at DeliveryReportData. This property is empty if ContentType indicates another e-mail type.


© 1997 by Microsoft Corporation. All rights reserved.