Click or drag to resize
MimeKit

MimeVisitorVisitMessageDispositionNotification Method

Visit the message/disposition-notification MIME entity.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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