Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: Sending a SMTP message with UTF-8 subject
| Subject: | Re: Sending a SMTP message with UTF-8 subject |
| Posted by: | "Richard" (ritchie8..@yahoo.com) |
| Date: | Sat, 24 Nov 2007 22:13:59 |
"Richard" <ritchie872@yahoo.com> wrote in message
news:47477e62$1@newsgroups.borland.com...
> > Mess.Subject:= UTF8Encode(Some WIDE string);
OK, investigating further, it seems like the encoding to UTF-8 is done by
idMessage itself. is that right? If so, how am I suposed to pass a
WideString (with cyrillic AND chinese chars, for example) to the subject?