Click or drag to resize
MimeKit

BodyPartVisitorVisitBodyPartText Method

Visit the text-based MIME part entity.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
protected virtual void VisitBodyPartText(
	BodyPartText entity
)

Parameters

entity  BodyPartText
The text-based body part.
Remarks
Visits the text-based MIME part entity.
See Also