SMTP

  • Thread starter Thread starter Felbrigg
  • Start date Start date
F

Felbrigg

I've created a class to SMTP EMail from web apps, but find that I cant use
this class in a windows app. The "Using System.Web.Mail" gives me an error.
Is there a quick way to utilise this class from a windows app?
 
I've created a class to SMTP EMail from web apps, but find that I cant
use this class in a windows app. The "Using System.Web.Mail" gives me
an error. Is there a quick way to utilise this class from a windows
app?

What is the error that you get? I doublechecked it but I use this clas in
one of my windows apps so I know for sure that is works.


Greetings,

ROland Wolters
 
Hi,

Did you add a reference to the System.Web dll into your windows forms
application?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SMTP w/o 2.0 4
call property of a subclase using referenc of baseclase 0
Mail to SMPT server Causes error 1
SMTP Server 1
Windows 11 Windows 11 update 5
problem with Mail attachments 3
app.config ?? 4
What are these please? 2

Back
Top