Click or drag to resize
MimeKit

QuotedPrintableDecoderClone Method

Clone the QuotedPrintableDecoder with its current state.

Namespace: MimeKit.Encodings
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IMimeDecoder Clone()

Return Value

IMimeDecoder
A new QuotedPrintableDecoder with identical state.

Implements

IMimeDecoderClone
Remarks
Creates a new QuotedPrintableDecoder with exactly the same state as the current decoder.
See Also