Click or drag to resize
MimeKit

MimeVisitorVisitMessageFeedbackReport Method

Visit the message/feedback-report MIME entity.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void VisitMessageFeedbackReport(
	MessageFeedbackReport entity
)

Parameters

entity  MessageFeedbackReport
The message/feedback-report MIME entity.
Remarks
Visits the message/feedback-report MIME entity.
See Also