| 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()
Function GetReadReceiptAddresses As List(Of MailBox)
List<MailBox^>^ GetReadReceiptAddresses()
abstract GetReadReceiptAddresses : unit -> List<MailBox>
Return Value
Type:
ListMailBoxAddresses to which read receipt should be send or an empty list, if read receipt was not requested.
See Also