| BodyPartVisitorVisitMessage Method |
Visit the message contained within a message/rfc822 or message/news MIME entity.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected virtual void VisitMessage(
BodyPart message
)
Parameters
- message BodyPart
- The body part representing the message/rfc822 message.
Remarks
Visits the message contained within a message/rfc822 or message/news MIME entity.
See Also