04-18-2005 08:47 AM
04-19-2005 12:13 PM
08-29-2011 08:49 AM
I tried the same call but nothing happens.
ShellExecute( NULL, NULL, "mailtoerson@company.com", NULL, NULL, 0);
What I want is only to open a new mail with the adress and subject field filled in.
The body must be written by the user.
Thanx in advance
08-30-2011 03:12 AM - edited 08-30-2011 03:14 AM
Hi PerBorgvad,
the correct syntax for mailto requires the command is separated from the address with a ":"; informations on mailto command are available on the interenet, for example here: you can add the subject by embedding it in the command:
mailto:address@server?subject=Subject
I never really tried it within CVI environment but it should work.