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 are the providers available with VS.NET ?
What are the improvements made in cas in .net 4.0?
How anonymous method is different from a lambda expression?
What is static constructor, when it will be fired?
What is the use of immutability?
Can u explain me What is encapsulation?
7 Answers Deloitte, GK companies,
Explain the difference between vb and vb.net?
WHAT IS .net
Please explain what are an object and a class?
Is it possible implement webservices without SOAP?
Explain what do the terms “boxing” and “unboxing” mean?
Define marshling?