CDOSYS and Unicode in the from field - vbScript.
- by Simmo
I've got the code below, and I'm trying to set the from field to allow unicode. Currently in my email client I get "??".
The subject line and any content shows the unicode correctly. And looking at the MSDN the property should be "urn:schemas:httpmail:from".
Anyone solved this issue?
Thanks
M
Dim AC_EMAIL : AC_EMAIL = "test@test.com"
Dim…