| MailboxAddressIsInternational Property |
Get whether the address is an international address.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax public bool IsInternational { get; }
Property Value
Boolean if the address is an international address; otherwise,
.
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