What is the use of System.Web.Mail?

 Posted by Manimaddu on 8/11/2014 | Category: ASP.NET Interview questions | Views: 1531 | Points: 40
Answer:

System.Web.Mail is .Net name space.it is used to send mail from .Net components.
It contains 3 Classes.
1.MailMessage :It is used to create a mail
2.MailAttachments:It is used to add mail attachments
3.SmtpMail :it is used to sending an email


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response