MailBee.NET Objects 4.0

ImapBodyStructure.Charset Property

Gets the charset of the MIME part.

public string Charset {get;}

Property Value

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

ImapBodyStructure Class | MailBee.ImapMail Namespace