hi
if some of u remembered i had a gibberish problem with hebrew outlook
so it seems that this is "as design" even though english outlook works 
differently
the problem is when i first add the text part and then the html part (so top 
command will retrieve text section and not html section). seems that outlook 
see that the text is hebrew and it chooses automatically windows1255 (hebrew), 
the user needs to manually change to utf8 in order to see it ok (english 
outlook chooses UTF8 automatically)

if i first add the html part and then the text part, hebrew outlook works ok 
(coz html have utf8 tag) but then top command retrieves html codes instead of 
text.
since MS doesnt going to change it i guess i will need to change sth in my code

first action was to add first the html part and then the text part as a 
workaround for now

but mayb there is another solution and here is the question for u
this is how i add parts now:
MimePart := Msg2.AddPartMultiPart('alternative', nil);
tmpHTML.Text := <html content>;
Msg2.AddPartHTML(tmpHTML, MimePart);
tmpHTML.Text := <text content>;
Msg2.AddPartText(tmpHTML,MimePart);

both parts are added to the main mimepart
is there another way to add parts? or that is the only standard and i shouldnt 
change it?

thanks
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to