Click or drag to resize
MimeKit

DecoderFilterDecoder Property

Get the decoder used by this filter.

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

Property Value

IMimeDecoder
The decoder.
Remarks
Gets the decoder used by this filter.
See Also