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.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public EmailAddressCollection ToIdnAddress()
Public Function ToIdnAddress As EmailAddressCollection
Return Value
Type:
EmailAddressCollectionA 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