Open a new email

sunbeam

New member
Joined
Aug 22, 2007
Messages
2
Programming Experience
1-3
In windows you can automatically create a new email with an attachment by right clicking on a file, choose for "Send to" ==> "Email recipient". I want to do the same in VB.NET.forms. I have a full pathname pointing to a file and I just want to open a new mail in my default mail client including that file as an attachment. Is there anybody who knows how i can handles this in VB.NET?

Thanx in advance,

Kind regards,

Roel
 
Well, this is only working for microsoft outlook. The thing is that i really want to simulate the "send to email recipient" behaviour to use the default email client. In Vista the email program is called winmail.exe in xp it is oulook. The things suggested in the thread are working however, it is not possible to use attachments that way :(. Any other suggestions maybe?

Thanx!
 
Back
Top