|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Send a link in a e-mail messageHi,
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! 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! > "Holmsey" <jholme***@comcast.net> schrieb: How do you send the mail? Are you using 'Process.Start' or > 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. '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/> |
|||||||||||||||||||||||