mailto usage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, i trying to call mailto: command from my vc++ code .I tried to use CreateProcess(...) but all i mannaged to do is to open the outlook express window
How can i open the new message window with a specific email address????
Thanks in advance
nada shalab
 
nada said:
Hello, i trying to call mailto: command from my vc++ code .I tried
to use CreateProcess(...) but all i mannaged to do is to open
the outlook express window. How can i open the new message window
with a specific email address?????

Have a look at 'ShellExecute()'. I think
that's what you're looking for.
Thanks in advance
nada shalabi


Schobi

--
(e-mail address removed) is never read
I'm Schobi at suespammers dot org

"Sometimes compilers are so much more reasonable than people."
Scott Meyers
 
Back
Top