Sending an email to me

aewarnick

Senior Contributor
Joined
Jan 29, 2003
Messages
1,031
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");
 
Last edited:
That is exactly what I was looking for. It is funny how the case does not matter for mailTO:
 
Back
Top