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
Explain what are possible implementations of distributed applications in .net?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Describe session handling in a webform, how does it work and what are the limitations?
How do we access crystal reports in .net?
How you apply a theme in whole application in .Net?
How do you generate a strong name?
Can a try block have nested try blocks?
How boxing and unboxing occures in memory?
Tell us the difference between managed and unmanaged code?
What are the differences between com architecture and.net architecture?
Explain what is immutability, what is it for and how is it codified?
What is the difference between odbc and ado?
What is file extension of Webservices in .Net?
Explain what is the difference between response.redirect & server.transfer?
What are the advantages of .net core?