1
Answer

Open Outlook Express from .Net Application

b b

b b

14y
4.2k
1
Hi,

I want to open outlook express new message window from .net application with attachment. I am using the following code and its opening the window but attachment is not binding. can anyone help me on that.

System.Diagnostics.Process.Start("mailto:[email protected]?subject=hello&attachment=E:\\test.txt");


regards,
BB
Answers (1)