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 U
Found a work around. Not the prettiest, but it works. Basically I converted the string to Quoted-Printable.
.Fields("urn:schemas:httpmail:from") = "=?utf-8?Q?=E6=8F?= <test@test.com>"