I don't think you can attach attachments using that method. I've seen it
done by using OLE Automation to open outlook and send the e-mail, but not
with Process.Start.
Robin S.
------------------------------------
On 13 feb, 19:42, "RobinS" <Rob...@NoSpam.yah.none> wrote:
> What version of VS and .Net are you using? Also, show the code you're
> using
[quoted text clipped - 13 lines]
>
> Thanks.
I´m using VS2005 and Framework 2.0. The code is :
System.Diagnostics.Process.Start("mailto:some...@somewhere.com....");
Thanks
Jetson - 16 Feb 2007 09:05 GMT
> I don't think you can attach attachments using that method. I've seen it
> done by using OLE Automation to open outlook and send the e-mail, but not
[quoted text clipped - 28 lines]
>
> - Show quoted text -
Yes,I think so. I am going to investigate if with the "Visual Studio
tools for Office" could do something. Thanks