Simply set the ReadReceiptTo property of the component before sending. ReadReceiptTo should be set to an email address which should receive the read-receipt:
For example:
SMTP1.ReadReceiptTo = "myaddress@mydomain.com"
You may also set the DeliveryNotificationTo property to request a receipt on delivery. |