Click or drag to resize
MimeKit

Pop3LanguageLanguage Property

Get the language code.

Namespace: MailKit.Net.Pop3
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string Language { get; }

Property Value

String
The language.
Remarks
Gets the language code. This is the value that should be given to SetLanguage(String, CancellationToken).
See Also