How to

send email using default mail client

Published: 22. January 2009 | Updated: 22. January 2009
License: Microsoft Public License (MS-PL)
Categories: Network
Tags: C# Network Windows Winforms
Was this snippet helpful for you? YESYES / NONO

Import namespace

using System.Diagnostics;

Code

Process.Start("mailto:username@domainname.com?subject=subject");
Send us feedback about this snippet »



Related Snippets: