Click or drag to resize
MimeKit

DecoderFilterCreate(String) Method

Create a filter that will decode the specified encoding.

Namespace: MimeKit.IO.Filters
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static IMimeFilter Create(
	string name
)

Parameters

name  String
The name of the encoding to create a filter for.

Return Value

IMimeFilter
A new decoder filter.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Creates a new DecoderFilter for the specified encoding.
See Also