Click or drag to resize
MimeKit

BodyPartVisitor Methods

The BodyPartVisitor type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Public methodVisit Dispatches the entity to one of the more specialized visit methods in this class.
Protected methodVisitBodyPart Visit the abstract MIME body part.
Protected methodVisitBodyPartBasic Visit the basic MIME body part.
Protected methodVisitBodyPartMessage Visit the message/rfc822 or message/news MIME entity.
Protected methodVisitBodyPartMultipart Visit the abstract multipart MIME entity.
Protected methodVisitBodyPartText Visit the text-based MIME part entity.
Protected methodVisitChildren Visit the children of a BodyPartMultipart.
Protected methodVisitMessage Visit the message contained within a message/rfc822 or message/news MIME entity.
Top
See Also