| BodyPartVisitorVisitBodyPartText Method |
Visit the text-based MIME part entity.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected virtual void VisitBodyPartText(
BodyPartText entity
)
Parameters
- entity BodyPartText
- The text-based body part.
Remarks
Visits the text-based MIME part entity.
See Also