Click or drag to resize
MimeKit

BodyPartVisitorVisitMessage Method

Visit the message contained within a message/rfc822 or message/news MIME entity.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
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