e-mailing from a windows form

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I have done some research and cannot find the namespace for e-mailing from a
Windows form - not a web form. I wanted to import System.Web, but cannot do
so from a windows form.

I have created a form where I would like to e-mail the clients whose e-mail
addresses are completed.

Thanks for any help.

Brad
 
* "Brad said:
I have done some research and cannot find the namespace for e-mailing from a
Windows form - not a web form. I wanted to import System.Web, but cannot do
so from a windows form.

You will find classes in the 'System.Web.Mail' namespace. Add a
reference to "System.Web.dll" to your project and import the namespace.
 
Thanks for the help. This worked just fine. You have helped me before and
again I thank you.

Brad
 
remember this will only work with: Platforms: Windows 2000, Windows XP
Professional, Windows Server 2003 family
if that matters to you.

Brad said:
Thanks for the help. This worked just fine. You have helped me before and
again I thank you.

Brad
 
Back
Top