ReadReceipt

Applies to

MimeMessage objects

Description

Specifies whether a notification should be sent back to the sender once the recipient opens the email. Default value is False.

Usage

In scripts

The ReadReceipt property takes a boolean value. The following example requests the recipient's mail server to send a notification back to the sender.

lnv_SmtpClient.Message.ReadReceipt = TRUE
lnv_SmtpClient.Send()