ReturnReceipt Property

Gets and sets the address of the person who should receive a message indicating that the message has been read.

Syntax

object.ReturnReceipt [= value]

The ReturnReceipt property syntax has the following parts:

Part Description
object An object expression that evaluates to an InternetMail object.
value A string which specifies an address.

Remarks

The ReturnReceipt property returns the address of the person who should receive a message indicating that the current message has been read. Setting this property updates the Disposition-Notification-To header field with the specified value.

Setting the ReturnReceipt property does not automatically cause an acknowledgement to be returned to the sender. An application is responsible for checking to make sure the header field contains a valid address and then generating the return receipt message.

Data Type

String


Copyright © 2008 Catalyst Development Corporation. All rights reserved.