EMailMessage class capable of sending mails to international addresses ?

Is the EMailMessage class capable of sending mails to e-mail addresses using “special” chars ?

For example:
EMailMessage.ToAddress = “CssandraMller@biz.travel”
EMailMessage.ToAddress = “!#$%&’*±/=?^_`{}|~@example.org” // Valid according http://en.wikipedia.org/wiki/E-mail_address#Local_part .

By the way, my question belongs to the class as available in RS 2012 2.1… not sure if there were recent changes in Xojo.

Thank you. :slight_smile:

Sorry, was posted twice.