aewarnick Posted March 17, 2003 Posted March 17, 2003 (edited) 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"); Edited March 17, 2003 by aewarnick Quote C#
Moderators Robby Posted March 17, 2003 Moderators Posted March 17, 2003 You can put ... mailto:you@somewhere.com Quote Visit...Bassic Software
aewarnick Posted March 17, 2003 Author Posted March 17, 2003 That is exactly what I was looking for. It is funny how the case does not matter for mailTO: Quote C#
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.