Click or drag to resize
MimeKit

YDecoderEncoding Property

Get the encoding.

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

Property Value

ContentEncoding
The encoding.

Implements

IMimeDecoderEncoding
Remarks
Gets the encoding that the decoder supports.
See Also