CDO Subject Encoding
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hey, Having a bit of a problem using vbscript and asp to set the encoding of an email subject. We've managed to correctly set the body encoding using:
With objMessage.Bodypart ' Initialize the bodypart to support UTF-8
.ContentMediaType = "text/plain"
.Charset = "utf-8"
End WithAnd this sends fine, with the body text nicely displayed as greek, however the mail subject is still not coming out correctly, the greek characters are not displayed... Any of you international jet setters out there come across this before?