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 different types of html, web and server controls.
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Is .net a programming language?
What is file extension of Webservices in .Net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What is the use of UML in .Net
What is DTS and explain the purpose of it?
What is a manifest in .net?
What's typical about a windows process in regards to memory allocation in .net?
What is the transport protocol you use to call a seb service soap?
Explain how to load the contents of an xml file into an xmldocument object?
What are the advantages of .net core?
How to load a user control dynamically in runtime?
What is iis? Have you used it?