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 to produce an assembly?
Explain is the jit an interpreter?
Elements of CAS
Which file is taken by compiler when we have both file Application and Server Configuration file?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is different between webusercontrol and in webcustomcontrol?
Explain how to spawn a thread?
Explain memory-mapped files.
What is the concept of inheritance and how it works in .net?
How do you view the methods and members of a dll?
Please explain the difference between constants and read-only variables?
What is marshling?
What is meant by globalization?
Please explain when should you use .net web forms over asp.net mvc?
What is alias ? Is it used in .Net ?