ImapBodyStructureCharset Property |
Gets the charset of the MIME part.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Charset { get; }
Public ReadOnly Property Charset As String
Get
Property Value
Type:
StringThe 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