Click or drag to resize
MimeKit

ImapClientInternationalizationLevel Property

Get the internationalization level supported by the IMAP server.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public int InternationalizationLevel { get; }

Property Value

Int32
The internationalization level.

Implements

IImapClientInternationalizationLevel
Remarks

Gets the internationalization level supported by the IMAP server.

For more information, see section 4 of rfc5255.

See Also