Click or drag to resize
MimeKit

DecoderFilter Constructor

Initialize a new instance of the DecoderFilter class.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public DecoderFilter(
	IMimeDecoder decoder
)

Parameters

decoder  IMimeDecoder
A specific decoder for the filter to use.
Exceptions
ExceptionCondition
ArgumentNullExceptiondecoder is null.
Remarks
Creates a new DecoderFilter using the specified decoder.
See Also