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