DeliveryReceipt

Applies to

MimeMessage objects

Description

Specifies whether a notification should be sent back to the sender once the message has been successfully delivered to the recipient's mailbox. Default value is False.

Usage

In scripts

The DeliveryReceipt 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.DeliveryReceipt = TRUE
lnv_SmtpClient.Send()