Click or drag to resize
MimeKit

FormatOptionsInternational Property

Get or set whether the new "Internationalized Email" formatting standards should be used.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool International { get; set; }

Property Value

Boolean
true if the new internationalized formatting should be used; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationExceptionDefault cannot be changed.
Remarks

The new "Internationalized Email" format is defined by rfc6530 and rfc6532.

This feature should only be used when formatting messages meant to be sent via SMTP using the SMTPUTF8 extension (rfc6531) or when appending messages to an IMAP folder via UTF8 APPEND (rfc6855).

See Also