| MimeVisitorVisitMessageDispositionNotification Method |
Visit the message/disposition-notification MIME entity.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected virtual void VisitMessageDispositionNotification(
MessageDispositionNotification entity
)
Parameters
- entity MessageDispositionNotification
- The message/disposition-notification MIME entity.
Remarks
Visits the message/disposition-notification MIME entity.
See Also