Which property is used in the email to send the content as HTML
Answer Posted / sudha
MailMessage mail = new MailMessage();
mail.To = <address>
mail.From = <address>
mail.Subject = emailSubject;
mail.BodyFormat = System.Web.Mail.MailFormat.Html;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can I find out what the garbage collector is doing?
What are the advantages of .net core?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is smart navigation in .net?
How many types of generations are there in a garbage collector?
Explain the difference between vb and vb.net?
When should I use .net core?
Is .net is a language?
Which dll is required to translate xml to sql in internet information server (iis)?
Explain about .net assemblies?
How do you create threading in.net?
Do you know what is linq?
What is close method? How its different from finalize and dispose?
What do you mean by Driver Script?
What is a .net class?