Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Which property is used in the email to send the content as HTML

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are possible implementations of distributed applications in .net?

1051


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

5167


Describe session handling in a webform, how does it work and what are the limitations?

1092


How do we access crystal reports in .net?

1177


How you apply a theme in whole application in .Net?

1304


How do you generate a strong name?

1193


Can a try block have nested try blocks?

1083


How boxing and unboxing occures in memory?

1264


Tell us the difference between managed and unmanaged code?

1074


What are the differences between com architecture and.net architecture?

1137


Explain what is immutability, what is it for and how is it codified?

1163


What is the difference between odbc and ado?

1295


What is file extension of Webservices in .Net?

1120


Explain what is the difference between response.redirect & server.transfer?

1134


What are the advantages of .net core?

1045