Click or drag to resize
MimeKit

IMimeEntityAccept Method

Dispatches to the specific visit method for this MIME entity.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
void Accept(
	MimeVisitor visitor
)

Parameters

visitor  MimeVisitor
The visitor.
Exceptions
ExceptionCondition
ArgumentNullExceptionvisitor is null.
ObjectDisposedException The IMimeEntity has been disposed.
Remarks
Dispatches to the specific visit method for this MIME entity.
See Also