Click or drag to resize
MimeKit

BodyPartVisitorVisitBodyPartMessage Method

Visit the message/rfc822 or message/news MIME entity.

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