Windows Develop Bookmark and Share   
 index > Windows Forms General > Email button to launch default mail client?
 

Email button to launch default mail client?

In a web page, you can put in a mailto: link on a hyperlink and it will launch the system-specified default mail client with that address.

How do I do the same from within a windows forms application from a control <u>OTHER THAN a web browser control</u>?
MigrationUser 1  Sunday, February 20, 2005 10:42 PM
Use the System.Diagnostics.Process class.
Process.Start("mailto:address@example.com");
MigrationUser 1  Monday, February 21, 2005 10:53 AM

You can use google to search for other answers

Custom Search

More Threads

• Dark dialog background under Vista
• Invisible text in MessageBox (using VB .NET 2003)
• Mutli frame images?
• Display a column of DataGridView depend on the previous column
• Pls help me? How to Use Dhtml Control for IE inwindows Form
• Question about combobox And CheckedListBox...
• GDI leak objects
• Different connection string for different configuration
• Datasource problem on mdi form save button click
• Using Drafts Folder in Outlook Express