This method copies From list to all read receipts lists just before email is created (Create()()()() method). Read receipts are stored using , or header.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IFluentMail RequestReadReceipt()
Visual Basic
Function RequestReadReceipt As IFluentMail
Visual C++
IFluentMail^ RequestReadReceipt()

Return Value

Email configuration.

Remarks

Read receipt requests may not be always honored because: A mail client may not recognize the special Disposition-Notification-To header.A mail client may not implement that functionality.The end user may have that functionality turned off.The end user may optionally not choose to send one for your particular email.

See Also