Click or drag to resize
MimeKit

ContentTypeCharsetEncoding Property

Get or set the charset parameter as an Encoding.

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

Property Value

Encoding
The charset encoding.
Remarks
Text-based MimePart entities will often include a charset parameter so that the receiving client can properly render the text.
See Also