Dim mOpenOutLook as String
mOpenOutlook = "mailto: [email protected]" & "?subject=this is subject" & "&Body=hello world .. blah blah"
System.Diagnostics.Process.Start(mOpenOutlook)

I open ms. outlook / outlook express from my vb.net application by using the above codes .. my question is how if I also want to attach a or some files? .. I need advice ..

Regards
Winanjaya