| DecoderFilterDecoder Property |
Get the decoder used by this filter.
Namespace: MimeKit.IO.FiltersAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public IMimeDecoder Decoder { get; }
Property Value
IMimeDecoderThe decoder.
Remarks
Gets the decoder used by this filter.
See Also