|
-
May 2nd, 2004, 02:02 AM
#1
Thread Starter
Fanatic Member
Open outlook with attachment
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|