Click or drag to resize
MimeKit

MailboxAddressIsInternational Property

Get whether or not the address is an international address.

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

Property Value

Boolean
true 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