HELP!: Where is my MailMessage class?

  • Thread starter Thread starter Matthew Speed
  • Start date Start date
M

Matthew Speed

Environment: Windows XP, VS.Net 2003 Enterprise Architect Edition
(from an MSDN Universal subscription) The SMTP server is on a Windows
2003 system running Exchange 2003.

I am trying to write an app that needs to be able to send an email
message. I tried to add

Imports System.Web.Mail

into my app so I can send a message but it gives me the "Namespace or
type 'mail'..." error tip when I add that.

Did I overlook installing something? I am kind of stuck here until I
can generate a mail message.

TIA
 
Thanks. I guess I assumed that VB.Net knew about all the classes out
of the box. I saw the reference to that dll in the help but since
typing system.web does give you options I though it was already in
there. Guess I thought wrong. Thanks for your help.
 
Back
Top