MailKit Documentation
MailKit Documentation
API Reference
MimeKit
Multipart Class
Multipart Methods
Accept Method
Add Method
Clear Method
Contains Method
CopyTo Method
Dispose Method
GetEnumerator Method
IndexOf Method
Insert Method
Prepare Method
Remove Method
RemoveAt Method
TryGetValue Method
WriteTo Method
WriteToAsync Method
Multipart
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
public
override
void
Accept
(
MimeVisitor
visitor
)
Parameters
visitor
MimeVisitor
The visitor.
Implements
IMimeEntity
Accept(MimeVisitor)
IMimeEntity
Accept(MimeVisitor)
Exceptions
Exception
Condition
ArgumentNullException
visitor
is
null
.
ObjectDisposedException
The
Multipart
has been disposed.
Remarks
This default implementation for
Multipart
nodes calls
VisitMultipart(Multipart)
. Override this method to call into a more specific method on a derived visitor class of the
MimeVisitor
class. However, it should still support unknown visitors by calling
VisitMultipart(Multipart)
.
See Also
Reference
Multipart Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast