Click or drag to resize
MimeKit

CharsetFilterSourceEncoding Property

Get the source encoding.

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

Property Value

Encoding
The source encoding.
Remarks
Gets the source encoding.
See Also