ImapBodyStructureCharset Property
Gets the charset of the MIME part.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Charset { get; }

Property Value

Type: String
The string containing the charset of the MIME part contents, or a null reference (Nothing in Visual Basic) if no charset information is available.
Remarks

Examples: "us-ascii", "ISO-8859-1", "gb2312", "shift-jis", "Windows-1252".

MailBee obtains the charset from the value of "charset" parameter of BodyParams.

See Also