150k views
3 votes
Which namespace is VS.NET contains classes that help in constructing and sending emails?

[A] System.Web.Mail
[B] System.Mail
[C] System.Web.MailMessage
[D] System.Web.MailMessages

User Wali
by
7.2k points

1 Answer

3 votes

Final answer:

The System.Net.Mail namespace in VS.NET contains classes that help in constructing and sending emails.

Step-by-step explanation:

The namespace in VS.NET that contains classes to help in constructing and sending emails is System.Net.Mail. It provides classes like SmtpClient to send emails, MailMessage to construct email messages, and Attachment to include file attachments in emails.

User Rushui Guan
by
8.1k points