| EncoderFilterEncoder Property |
Get the encoder used by this filter.
Namespace: MimeKit.IO.FiltersAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public IMimeEncoder Encoder { get; }
Property Value
IMimeEncoderThe encoder.
Remarks
Gets the encoder used by this filter.
See Also