EmailAddressCollectionToIdnAddress Method
Gets a new EmailAddressCollection object which is a copy of the current object with the domain part of each e-mail address converted into IDN format.

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

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 into Punycode.
Remarks

If you have an e-mail address collection which may potentially have international characters in the domain part of its contained addresses, you should call this method to make this address safe for SMTP servers and use the resulting object instead of the original EmailAddressCollection object. See more at ToIdnAddress topic.

See Also