Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Buffer.append

Status
Not open for further replies.

Jcarr38

Programmer
Joined
Feb 16, 2007
Messages
27
Location
US
I'm trying to compile an email message however this line won't convert the a href tag to html, it just displays the html syntax on the email, does anyone know how i would get that to display the link?

buffer.Append("To see again, <a href='/PublicSite/test/test.aspx?id=" + newRecipeID + ">click here</a>")
 
You'll have to set the email type to HTML and it will also depend on the client who is viewing the email as to whether they accept HTML emails.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top