MailKit Documentation
MailKit Documentation
API Reference
MimeKit
IMimeEntity Interface
IMimeEntity Methods
Accept Method
Prepare Method
WriteTo Method
WriteToAsync Method
IMime
Entity
Accept Method
Dispatches to the specific visit method for this MIME entity.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
void
Accept
(
MimeVisitor
visitor
)
Parameters
visitor
MimeVisitor
The visitor.
Exceptions
Exception
Condition
ArgumentNullException
visitor
is
null
.
ObjectDisposedException
The
IMimeEntity
has been disposed.
Remarks
Dispatches to the specific visit method for this MIME entity.
See Also
Reference
IMimeEntity Interface
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast