I want to launch the default mail client and send a message from Vb,
I tried the following code:
Shell "Start.exe mailto:[email protected]", vbHide

and als0

Shell "Start mailto:[email protected]", vbhide

Neither of these work (I am using Windows 2k)

-Chris