Click or drag to resize
MimeKit

IMimeEncoderClone Method

Clone the IMimeEncoder with its current state.

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

Return Value

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