EmailAddressCollectionFromIdnAddress Method
Gets a new EmailAddress object which is a copy of the current object with the domain part of each e-mail address converted from IDN format.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public EmailAddressCollection FromIdnAddress()

Return Value

Type: EmailAddressCollection
A reference to newly created EmailAddressCollection which is a copy of the current object with the domain part of each e-mail address converted from Punycode.
Remarks

If you have an e-mail address which may potentially have Punycode sequences (ASCII-encoded international characters) in the domain part, you can call this method to make this address human-readable and use the resulting object instead of the original EmailAddressCollection object. See more at FromIdnAddress topic.

See Also