Which property is used in the email to send the content as HTML



Which property is used in the email to send the content as HTML..

Answer / 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

More Dot Net General Interview Questions

Explain can 2 different applications use the same dll in gac at the same time?

0 Answers  


What are the different types of memory in .net?

0 Answers  


What is web.config in .net?

0 Answers  


Resource Files: How to use the resource files, how to know which language to use?

1 Answers  


Tell us what is json data, and what is one way that .net developers can work with json?

0 Answers  






What are the types of jit?

0 Answers  


asp mean

3 Answers   CTS, TCS,


What is the difference between task and thread in .net?

0 Answers  


How different are interface and abstract class in .Net?

2 Answers  


Explain the difference between public and static modifiers?

0 Answers  


What is lazy initialization?

0 Answers  


What does stateless mean?

0 Answers   BirlaSoft,


Categories