Click or drag to resize
MimeKit

CharsetFilterTargetEncoding Property

Get the target encoding.

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

Property Value

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