I have been looking on the internet for code to put in my program to simply send an email to me using a link label to my email address.
But all I can find on the internet is how to use smtp to send mail. Isn't there a way just like using a web link to open up the default mail client and put my address in there just like the mailto does in html?
Probably something like this:
Process.Start("IExplore", "http://exeat.com/art/aewarnick/index.htm");
But all I can find on the internet is how to use smtp to send mail. Isn't there a way just like using a web link to open up the default mail client and put my address in there just like the mailto does in html?
Probably something like this:
Process.Start("IExplore", "http://exeat.com/art/aewarnick/index.htm");
Last edited: