question regarding mail.MailMessage object

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

Hi there,

why is it that if i create a web application, i can access System.Web.Mail
object, but when i try to reference this in my VB.NET windows app, it doesnt
show the Mail object?

What is the solution if i want to send email through a .NET windows
application?

thanks,
 
Hi Paul,

What kind of email, send batch mail or opening the mail agent from the user?

Cor
 
* "Paul M said:
why is it that if i create a web application, i can access System.Web.Mail
object, but when i try to reference this in my VB.NET windows app, it doesnt
show the Mail object?

What is the solution if i want to send email through a .NET windows
application?

Are you sure "System.Web.dll" is referenced?
 

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

Back
Top