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 |
which is the best dot net coaching center in visakhapatnam??
what is managed data and managed code?
What are an object and a class?
What is the benefit of .net core?
What is LINQ?
What is the root class in .net?
Difference between assembly manifest & metadata assembly manifest
What is common type system (cts)?
What is the difference between custom control and web control?
Can you share processes between Windows services?
What?s SingleCall activation mode used for?
Please explain is the jit an interpreter?