by Axel Kiefer >> Tue, 17 Oct 2000 18:50:49 GMT
Hi,
I'm using the shellExecute for starting up the email client and I want
to pass in the body parameter a variable string called bodyText.
It seems so that the length of the body parameter is restricted.
call _shellExecute (hwnd, "open", "mailto:"&tbxEmail.text&"?subject="&"Your Order "&tbxOrderNumber.text.stripZeros(tbxOrderNumber.text.String)&"&body="&bodyText, null, null, 1);
Is there also a way to created automatically an attachment file?
regards