ImapBodyStructureLanguage Property |
Get the language of the MIME part body.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Language { get; }
Public ReadOnly Property Language As String
Get
Property Value
Type:
StringThe string containing the language of the MIME part body, or a null reference
(
Nothing in Visual Basic) if this information is available.
See Also