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 |
What is Ajax design pattern in .NET?
What are the main components in .net?
What is loosely coupled solution in.net?
What is Method Overriding? How to override a function in C#?
What is il and c#?
What is the native image generator?
What is Application Domain?
What is "microsoft intermediate language" (msil)?
Explain the difference between the while and for loop.
Can u explain me What is encapsulation?
7 Answers Deloitte, GK companies,
What are the deferred execution and the immediate execution in linq?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?