[Mono-list] Send Mail using default email client

Wolfgang Mauer W.Mauer at top-soft.info
Sun Dec 28 06:16:19 EST 2008


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


More information about the Mono-list mailing list