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 loosely coupled solution in.net?
Difference between class and interface in .net?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
Which ports are used by virueses?
Differences between datagrid, datalist and repeater in .net?
What are an object and a class?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Do I have any control over the garbage collection algorithm?
Should I implement finalize on my class? Should I implement idisposable?
what is object lock?
Different between .net & j2ee ?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?