| MimeReportMessageDispositionNotification Property |
Gets MDNs provide a notification of the "disposition" of a message - indicating, for example, whether it is read by a recipient, discarded before being read, etc.
This property is filled when
ReportType is
DispositionNotification
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public MimeMessageDispositionNotification MessageDispositionNotification { get; }
Public ReadOnly Property MessageDispositionNotification As MimeMessageDispositionNotification
Get
public:
property MimeMessageDispositionNotification^ MessageDispositionNotification {
MimeMessageDispositionNotification^ get ();
}
member MessageDispositionNotification : MimeMessageDispositionNotification with get
Property Value
Type:
MimeMessageDispositionNotificationSee Also