 | ContentTypeCharset Property |
Get or set the charset parameter.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string? Charset { get; set; }Property Value
StringThe charset.
Remarks
Text-based
MimePart entities will often include a charset parameter
so that the receiving client can properly render the text.
See Also