DeliveryReceipt Property (Message Object)

DeliveryReceipt Property (Message Object)

The DeliveryReceipt property is True if a delivery-receipt notification message is requested. Read/write.

Syntax

objMessage.DeliveryReceipt

Data Type

Boolean

Remarks

Set the DeliveryReceipt property to True to obtain a notification message when each recipient receives your message. The default setting is False.

Every transport provider that handles your message sends you a single delivery notification containing the names and addresses of all the recipients that provider delivered your message to. Therefore you might not get a separate notification for each recipient. Note that delivery does not imply that the message has been read.

Notification requests include the DeliveryReceipt and ReadReceipt properties. For more information, see Making Sure The Message Gets There.

Not all transport providers support notification requests.

The DeliveryReceipt property corresponds to the MAPI property PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED. It can be rendered into HTML hypertext using the CDO Rendering ObjectRenderer object. To specify this, set the object renderer's DataSource property to this Message object and the property parameter of the RenderProperty method to CdoPR_ORIGINATOR_DELIVERY_REPORT_REQUESTED.

See Also

Concepts

Message Object