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 differences in C# .Net and ASP .Net.
How can you instantiate a tuple?
Explain About GDI object ?
What is the use of system.diagnostics.process class in .net?
What are the features of UIP Application Block?
Explain the difference between managed and unmanaged code?
Explain what are possible implementations of distributed applications in .net?
Do I have any control over the garbage collection algorithm?
What is alias ? Is it used in .Net ?
Explain the differences between server-side code and client-side code.
Is .net core stable?
What is gac in .net?