Click or drag to resize
MimeKit

QuotedPrintableDecoder(Boolean) Constructor

Initialize a new instance of the QuotedPrintableDecoder class.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public QuotedPrintableDecoder(
	bool rfc2047
)

Parameters

rfc2047  Boolean
true if this decoder will be used to decode rfc2047 encoded-word tokens; otherwise, false.
Remarks
Creates a new quoted-printable decoder.
See Also