Click or drag to resize
MimeKit

DecoderFilterEncoding Property

Get the encoding.

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

Property Value

ContentEncoding
The encoding.
Remarks
Gets the encoding that the decoder supports.
See Also