 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Rolf Frei Guest
|
Posted: Thu Sep 18, 2003 1:15 pm Post subject: How to set TidText messagepart charset? |
|
|
Hi,
I want do add the charset to the ContentType property of a TidText
messagepart. As the TIdText has no CharSet property (!), I try this:
ContentType := 'text/html;'#13#10#9'charset="iso-8859-1"';
Now the problem is that Indy does remove the CR/LF/TAB and writes this :
'text/plain; charset="iso-8859-1"
This format makes problems with MS Outlook, as it only display the HTMLcode
while if I remove the charset it displays the html correctly. MS Outlook
Express works OK. How can I say Indy that it should use the CR/LF/TAb in the
ContentType?
Please help!
Rolf
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|