D
DBC User
Hi All,
In one of my previous posting I got an answer on how to send a mail and
following is the code snippet
Process mailto = new Process();
mailto.StartInfo.FileName = "mailto:[email protected]";
mailto.Start();
I would like to know how can I attach a document in the above process?
Could someone help?
Thanks.
In one of my previous posting I got an answer on how to send a mail and
following is the code snippet
Process mailto = new Process();
mailto.StartInfo.FileName = "mailto:[email protected]";
mailto.Start();
I would like to know how can I attach a document in the above process?
Could someone help?
Thanks.