Click or drag to resize
MimeKit

BodyPartVisitorVisit Method

Dispatches the entity to one of the more specialized visit methods in this class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public virtual void Visit(
	BodyPart body
)

Parameters

body  BodyPart
The MIME body part.
Remarks
Dispatches the entity to one of the more specialized visit methods in this class.
See Also