| IImapClientInternationalizationLevel Property |
Get the internationalization level supported by the IMAP server.
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax int InternationalizationLevel { get; }
Property Value
Int32The internationalization level.
Remarks Gets the internationalization level supported by the IMAP server.
For more information, see
section 4 of rfc5255.
See Also