Click or drag to resize
MimeKit

IMimeEncoder Interface

An interface for incrementally encoding content.

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

The IMimeEncoder type exposes the following members.

Properties
 NameDescription
Public propertyEncoding Get the encoding.
Top
Methods
 NameDescription
Public methodClone Clone the IMimeEncoder with its current state.
Public methodEncode Encode the specified input into the output buffer.
Public methodEstimateOutputLength Estimate the length of the output.
Public methodFlush Encode the specified input into the output buffer, flushing any internal buffer state as well.
Public methodReset Reset the encoder.
Top
Remarks
An interface for incrementally encoding content.
See Also