<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>i want to send a mail on windows using shellexecute with german Umlauts ( ö,ä,ü .. ) in the body of the mail.</div>
<div> </div>
<div>This Code doesn't work:</div>
<div> </div>
<div>var s: string;</div>
<div>s := 'öööööö'</div>
<div> </div>
<div>shellexecute(Application.Mainform.handle, 'open',PChar('mailto:' + 'example@gmail.com' + '?subject=' + 'ARJ-ChapterArchiv: ' + '&body=' + UTF8ToAnsi(s)),nil, nil, sw_normal);</div>
<div> </div>
<div>Good tipps are welcome!</div>
<div> </div>
<div>I don't want to use Indy or synapse!</div></div></body></html>