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?
 
Back
Top