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