Click or drag to resize
MimeKit

EncoderFilterEncoder Property

Get the encoder used by this filter.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public IMimeEncoder Encoder { get; }

Property Value

IMimeEncoder
The encoder.
Remarks
Gets the encoder used by this filter.
See Also