Which Namespace is used for Sending Mail in Dot Net?

 Posted by vishalneeraj-24503 on 12/15/2013 | Category: C# Interview questions | Views: 2621 | Points: 40
Answer:

We have to import System.Net.Mail Namespace,which is used for sending mail in Dot Net.

It has MailMessage class,which has To,From,Subject,Body and so on as property.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response