I hope that I am wording this correctly - I have created a form and when the form is submitted I have an email that is generated and sent to certain individuals. What I would like to do is within the standard email message I would like to include a hypertext
link to where they can view the form. Each form has its own id#, which makes it easy for the Admin to look up. So how could I do this? I hope that I am clear seeing how I am new to this... Here is part of my email code - (is this where I would place the code
for the query string?) Dim sb As New System.Text.StringBuilder Dim strMsgBody As String Dim Mail As New Mail.MailMessage strMsgBody = sb.ToString() Mail.To = Recipient Mail.Subject = "A Centalized Issue has just been posted." Mail.Body = strMsgBody Mail.BodyFormat
= System.Web.Mail.MailFormat.Html Mail.From = EmailID & "@abc.com" System.Web.Mail.SmtpMail.SmtpServer = "i002.abc.com" System.Web.Mail.SmtpMail.Send(Mail) DisplayMessage()
vedwards
Member
600 Points
120 Posts
Creating a Hypertext link in an email attachment?
Aug 01, 2003 08:20 PM|LINK
Rohit Kukret...
Participant
1663 Points
320 Posts
Re: Creating a Hypertext link in an email attachment?
Aug 02, 2003 06:11 AM|LINK
Hope this helps, if it does then mark it as answer
Rohit
blog sweet blog