Click or drag to resize
MimeKit

BodyPartMultipartEncode Method

Encodes the BodyPart into the StringBuilder.

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

Parameters

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