hi
 
i have finnaly find how to open a send mail window with the default browser..
 
api function needed :

Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Integer,

ByVal lpOperation As String, ByVal lpFile

As String, ByVal lpParameters As String,

ByVal lpDirectory As String, ByVal nShowCmd As Integer) As Integer

******

open mail window :

whatever = ShellExecute("", "Open", mailto:[EMAIL PROTECTED]?Subject=CrazySubject, "", "", "")

*****

that work fine on win2000 with my outlook express program...

but, im not able to specify some attachement in the "mailto" syntax... if anyone have an idea..

 

Antoine

Reply via email to