I've been reading about various methods of how to do this, but I wanted to ask if something will work or not and was hoping someone could be kind enough to test this out for me.
I do not have an email client (Outlook etc...) and just use Gmail.
If I would like to include a button/link whatever, that a user can click and open their default email client, will this work without importing anything or using some custom class:
System.Diagnostics.Process.Start("mailto:" + emailTextBox.Text);
when I use that, it opens Gmail on my computer and has a blank message pre-addressed to whatever is in the textbox. Will this work with Outlook or other applications or is it just that since Gmail is web-based it works?