MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Encodings
QuotedPrintableDecoder Class
QuotedPrintableDecoder Methods
Clone Method
Decode Method
EstimateOutputLength Method
Reset Method
Quoted
Printable
Decoder
Clone Method
Clone the
QuotedPrintableDecoder
with its current state.
Namespace:
MimeKit.Encodings
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
IMimeDecoder
Clone
()
Return Value
IMimeDecoder
A new
QuotedPrintableDecoder
with identical state.
Implements
IMimeDecoder
Clone
Remarks
Creates a new
QuotedPrintableDecoder
with exactly the same state as the current decoder.
See Also
Reference
QuotedPrintableDecoder Class
MimeKit.Encodings Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast