Click or drag to resize
MimeKit

IMimeDecoderClone Method

Clone the IMimeDecoder with its current state.

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

Return Value

IMimeDecoder
A new IMimeDecoder with identical state.
Remarks
Creates a new IMimeDecoder with exactly the same state as the current decoder.
See Also