J
JimJob
Hi All,
I am using c# to build an application. I want to open a new mail message
with an attachment. The new mail message works but I can't get the
attachment to work - there is no error message just no attachment. Any
ideas? Code i am using is;
System.Diagnostics.Process.Start("mailto:[email protected]?subject=Software&body=see attachment&attachment=c:/myview.mht");
Thanks
I am using c# to build an application. I want to open a new mail message
with an attachment. The new mail message works but I can't get the
attachment to work - there is no error message just no attachment. Any
ideas? Code i am using is;
System.Diagnostics.Process.Start("mailto:[email protected]?subject=Software&body=see attachment&attachment=c:/myview.mht");
Thanks