Click or drag to resize
MimeKit

QuotedPrintableEncoderClone Method

Clone the QuotedPrintableEncoder with its current state.

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

Return Value

IMimeEncoder
A new QuotedPrintableEncoder with identical state.

Implements

IMimeEncoderClone
Remarks
Creates a new QuotedPrintableEncoder with exactly the same state as the current encoder.
See Also