I have the following email address "Mónica Jones" <-removed->
The following line of code produces an index outside of array bounds error where that address is set in MailCC or MailTo
Mstm.SendEmail(MailTo,MailCC,"",MailSubject,MailBody,"",MailFrom);
If I run the code with a email that does not contain an accent mark in the name it works fine. It was my understanding that the description portion should be treated as text since it is enclosed in the "".
Has anyone else seen this?
---
Note: Some information in this post has been hidden to protect privacy.