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