Click or drag to resize

IMailGetReadReceiptAddresses Method

Gets addresses to which read receipt should be send. It uses , NotificationTo and XConfirmReadingTo header. Duplicates are removed. It returs an empty list, if read receipt was not requested.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
List<MailBox> GetReadReceiptAddresses()

Return Value

Type: ListMailBox
Addresses to which read receipt should be send or an empty list, if read receipt was not requested.
See Also