Home All Groups Group Topic Archive Search About

Send a link in a e-mail message

Author
3 Dec 2006 6:53 PM
Holmsey
Hi,
I am trying to send a link in the body of a e-mail message. Im useing
vb.net and I cannot figure out how to do this. I am amazed that
something so simple is taking this long. Please help!

Author
3 Dec 2006 7:14 PM
Newbie Coder
Dim s As String = "mailto:address:here.com?subject=Test
Link&body=http://www.somelinkhere.com"
        System.Diagnostics.Process.Start(s)



Show quoteHide quote
"Holmsey" <jholme***@comcast.net> wrote in message
news:1165171987.416226.220140@l12g2000cwl.googlegroups.com...
> Hi,
> I am trying to send a link in the body of a e-mail message. Im useing
> vb.net and I cannot figure out how to do this. I am amazed that
> something so simple is taking this long. Please help!
>
Author
3 Dec 2006 10:36 PM
Herfried K. Wagner [MVP]
"Holmsey" <jholme***@comcast.net> schrieb:
> I am trying to send a link in the body of a e-mail message. Im useing
> vb.net and I cannot figure out how to do this. I am amazed that
> something so simple is taking this long.

How do you send the mail?  Are you using 'Process.Start' or
'System.Net.Mail'?

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>