Author |
|
hamipers Newbie
Joined: 06 March 2008 Location: United States
Online Status: Offline Posts: 11
|
Posted: 15 March 2008 at 3:16am | IP Logged
|
|
|
Hello,
I would like to know what I neet to set in Smtp class to support Unicode. I sent emails containing Unicode characters with default settings, but when I checked the email, I found the unicode characters replaced with question mark.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 15 March 2008 at 4:45am | IP Logged
|
|
|
Try to set MailMessage.Charset property to "UTF-8" before composing message.
Best regards,
Andrew
|
Back to Top |
|
|