ImapBodyStructureLanguage Property
Get the language of the MIME part body.

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

Property Value

Type: String
The string containing the language of the MIME part body, or a null reference (Nothing in Visual Basic) if this information is available.
See Also