I currently writing an app, in 1 part it sends some text to your email, so it can then be sent. I currently use Outlook
My current code is below and works fine:
fldmailstring := 'mailto: ?subject=' + fldEmailSubject + '&body=' + fldEmailMessage;
ShellExecute(0,'open',pChar(fldmailstring),NIL, NIL, SW_SHOWNORMAL);
I've just been speaking to someone who uses GroupWise for their emails. Has any1 ever heard of it?? Will this same code still work Ok???
Thanks
My current code is below and works fine:
fldmailstring := 'mailto: ?subject=' + fldEmailSubject + '&body=' + fldEmailMessage;
ShellExecute(0,'open',pChar(fldmailstring),NIL, NIL, SW_SHOWNORMAL);
I've just been speaking to someone who uses GroupWise for their emails. Has any1 ever heard of it?? Will this same code still work Ok???
Thanks