| MailboxAddressIsInternational Property |
Get whether or not the address is an international address.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsInternational { get; }
Property Value
Booleantrue if the address is an international address; otherwise,
false.
Remarks International addresses are addresses that contain international
characters in either their local-parts or their domains.
For more information, see section 3.2 of
rfc6532.
See Also