ImapBodyStructureLanguage Property
Get the language of the MIME part body.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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