Html Tags in .net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am doing Email application, in the Email body field i wanna use HTML tags. Is there any keywords are there. Please give me some idea about this. I am using vb.net with c# language. Thanks in advance
With Regards, Samson
You can use the MailMessage-class http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.aspx[^]). To use HTML within the mail write the HTML-code in the body element and set the property "IsBodyHtml" to true. Regards Sebastian P.S.:
samsonx wrote:
I am using vb.net with c# language.
Interesting. How do you achieve this?
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.