| BodyPartVisitorVisitBodyPartMessage Method |
Visit the message/rfc822 or message/news MIME entity.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected virtual void VisitBodyPartMessage(
BodyPartMessage entity
)
Parameters
- entity BodyPartMessage
- The message/rfc822 or message/news body part.
Remarks
Visits the message/rfc822 or message/news MIME entity.
See Also