send email using default mail client
Published: 22. January 2009 | Updated: 22. January 2009License: Microsoft Public License (MS-PL)
Categories: Network
Tags: C# Network Windows Winforms
Import namespace
using System.Diagnostics;
Code
Process.Start("mailto:username@domainname.com?subject=subject");
| Send us feedback about this snippet » |





