hi all,
I have this code which works fine except it doesn't actually send the email address. It waits there and the user has to press "ALT-S" to send. Can someboday please help and how to solve it. here is the code:
DECLARE INTEGER ShellExecute IN shell32.dll INTEGER hndWin, STRING cAction, STRING cFileName, STRING cParams, STRING cDir, INTEGER nShowWin
lcMail = "mailto:jj@kk.com"+ "&Body= Please join me for a sandwich at noon."
ShellExecute(0,"open",lcMail,"","",1)
all I need foe it to do is actualyl send it now. can somebody please help.
thanks,
jj
I have this code which works fine except it doesn't actually send the email address. It waits there and the user has to press "ALT-S" to send. Can someboday please help and how to solve it. here is the code:
DECLARE INTEGER ShellExecute IN shell32.dll INTEGER hndWin, STRING cAction, STRING cFileName, STRING cParams, STRING cDir, INTEGER nShowWin
lcMail = "mailto:jj@kk.com"+ "&Body= Please join me for a sandwich at noon."
ShellExecute(0,"open",lcMail,"","",1)
all I need foe it to do is actualyl send it now. can somebody please help.
thanks,
jj