Click or drag to resize
MimeKit

BodyPartEncode Method

Encodes the BodyPart into the StringBuilder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected abstract void Encode(
	StringBuilder builder
)

Parameters

builder  StringBuilder
The string builder.
Remarks
Encodes the BodyPart into the StringBuilder.
See Also