Hi, I am using the latest version of Rebex.Mail 2.0.4700.0. When I assign international characters to the "To" field of an email and save it to an eml and then try to view the eml file with Thunderbird. The international characters are not displayed properly. Looks like the international string is split at the wrong position.
Here is my sample code:
MailMessage mymsg = new MailMessage();
mymsg.To = "<drguesswho@mommmy.com>, <newbie2erererer@hotmail.com>, <bobysam@hotmail.com>, <test_1234567@222.com>, <samboby@royale.com>, <jamesss@rrrrrrr.ro>, \\中华导报\\ <bobysam@gmail.com>";
mymsg.Save("out.eml");
If you need more details, please let me know.
Thanks