Body |
The BodyPartVisitor type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) | |
Visit | Dispatches the entity to one of the more specialized visit methods in this class. | |
VisitBodyPart | Visit the abstract MIME body part. | |
VisitBodyPartBasic | Visit the basic MIME body part. | |
VisitBodyPartMessage | Visit the message/rfc822 or message/news MIME entity. | |
VisitBodyPartMultipart | Visit the abstract multipart MIME entity. | |
VisitBodyPartText | Visit the text-based MIME part entity. | |
VisitChildren | Visit the children of a BodyPartMultipart. | |
VisitMessage | Visit the message contained within a message/rfc822 or message/news MIME entity. |