Am Sonntag, 28. Dezember 2008 11:43:33 schrieb Wolfgang Mauer:
> Hi all,
> how can i send a email that starts the actual email client?
>
> /
> Wolfgang

Find out

System.Diagnostics.Process proc = new System.Diagnostics.Process();
proc.StartInfo.FileName="mailto:"; + "address" + " ?subject=" + "subject" + " 
&body=body";
proc.Start();


-- 
Top-Soft
Softwareentwicklung
Inhaber: Wolfgang Mauer
Reitersweg 9, 96103 Hallstadt
Tel.: +49 (0)951 / 2221520
Fax: +49 (0)951 / 2221521
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to