Click or drag to resize
MimeKit

IMimeMessageAccept Method

Dispatches to the specific visit method for this MIME message.

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

Parameters

visitor  MimeVisitor
The visitor.
Exceptions
ExceptionCondition
ArgumentNullExceptionvisitor is .
Remarks
Dispatches to the specific visit method for this MIME message.
See Also