Click or drag to resize

IMailReadReceipts Property

Gets the list of all Message Disposition Notifications (MDNs) in this email message.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
ReadOnlyCollection<MimeMessageDispositionNotification> ReadReceipts { get; }

Property Value

Type: ReadOnlyCollectionMimeMessageDispositionNotification
See Also