MsgReceiptRequested Property

       

Specifies whether a return receipt is requested for the currently indexed message. This property is not available at design time.

Syntax

object.MsgReceiptRequested [ = value ]

The MsgReceiptRequested property syntax has these parts:

Part Description
Object An object expression that evaluates to an object in the Applies To list.
Value A boolean expression specifying whether a return receipt is requested, as described in Settings.

Settings

The settings for value are:

Setting Description
True A receipt notification is returned to the sender when the recipient opens the message.
False (Default) No return receipt is generated.

Remarks

The value of MsgReceiptRequested depends on the currently indexed message, as selected by the MsgIndex property.

Data Type

Boolean