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.7.1
Syntax
C#
void Accept(
	MimeVisitor visitor
)

Parameters

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