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 |
Explain attributes in dot net?
What is jit compilers?
Explain Creational design pattern in .NET?
How do you create threading in .NET? What is the namespace for that?
Can I write il programs directly?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What is UDDI and how to register a web service ?
What is difference between .net and .net core?
Where does the gac exist ?
Best Dot Net Center in Chennai ?
What are the deferred execution and the immediate execution in linq?
How do you generate a strong name?