Click or drag to resize

MailBuilderRequestReadReceipt Method

This method copies From or ReplyTo addresses to all read receipts lists, just before email is created (using Create method). Read receipts are stored using NotificationTo, ReturnReceiptTo and XConfirmReadingTo headers.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void RequestReadReceipt()
Remarks
Read receipt requests may not always be honored because: Email client may not recognize the special Disposition-Notification-To header; Email client may not implement that functionality; End user may have that functionality turned off; End user may optionally not choose to send one for your particular email;
See Also