Moderate

Which of the following is used to send email message from my ASP.NET page?

Correct answer: C. Both A and B

  • A. System.Web.Mail.SmtpMail
  • B. System.Web.Mail.MailMessage
  • C. Both A and B
  • D. None of these

Explanation

In the older ASP.NET mail API, MailMessage represents the email and SmtpMail sends it through an SMTP server, so both classes are involved. Modern applications generally use System.Net.Mail instead because System.Web.Mail is obsolete.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions