i want to send a mail on windows using shellexecute with german Umlauts ( ö,ä,ü .. ) in the body of the mail.
This Code doesn't work:
var s: string;
s := 'öööööö'
shellexecute(Application.Mainform.handle, 'open',PChar('mailto:' + '[email protected]' + '?subject=' + 'ARJ-ChapterArchiv: ' + '&body=' + UTF8ToAnsi(s)),nil, nil, sw_normal);
Good tipps are welcome!
I don't want to use Indy or synapse!
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
