srhartone
Sun Nov 25 10:37:00 PST 2007
Have you tried using the simple mailto?
Something like the following should do the trick:
System.Diagnostics.Process.Start("mailto:simon@somewhere.com?subject=blah&body=Hello world!", "poutlook");
Not sure how to force an account though.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com
"Star" wrote:
> Hi all,
>
> I have searching the newsgroups for a while but I couldn't find anything.
>
> What I need is to launch outlook with some fields already filled out,
> like the subject, 'to' and body fields.
>
> Is there anyway of doing that?
>
> I'm using C#
>
> Thanks
>