MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Encodings
QuotedPrintableDecoder Class
QuotedPrintableDecoder Constructor
QuotedPrintableDecoder Constructor
QuotedPrintableDecoder(Boolean) Constructor
Quoted
Printable
Decoder(Boolean) Constructor
Initialize a new instance of the
QuotedPrintableDecoder
class.
Namespace:
MimeKit.Encodings
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
Reference
QuotedPrintableDecoder Class
QuotedPrintableDecoder Overload
MimeKit.Encodings Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast