Click or drag to resize
MimeKit

BodyPartVisitorVisitBodyPart Method

Visit the abstract MIME body part.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void VisitBodyPart(
	BodyPart entity
)

Parameters

entity  BodyPart
The MIME body part.
Remarks
Visits the abstract MIME body part.
See Also