 | 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.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic MimeMessageDispositionNotification MessageDispositionNotification { get; }Public ReadOnly Property MessageDispositionNotification As MimeMessageDispositionNotification
Get
public:
property MimeMessageDispositionNotification^ MessageDispositionNotification {
MimeMessageDispositionNotification^ get ();
}member MessageDispositionNotification : MimeMessageDispositionNotification with get
Property Value
MimeMessageDispositionNotification
See Also