Kent Briggs wrote:Ok, try this test program. It's supposed to start your email client and address a message to me with a popup message that says "Success". Otherwise it should return an error message as to why it didn't work:
http://www.briggsoft.com/temp/BuddyTest.exe
FYI, here's the Delphi source snippet code for that:
- Code: Select all
s:='MailTo:kbriggs@briggsoft.com';
s:=s+'?Subject=Test';
s:=s+'&Body=Test Message';
r:=ShellExecute(0,'open',pchar(s),nil,nil,sw_shownormal);
Success!
But when I click on the Email Invitation button, zilch!
weird eh?