b b

b b

  • NA
  • 53
  • 0

Open Outlook Express from .Net Application

Oct 22 2010 8:25 AM
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)