Re: System.Web.Mail namespace?



kimiraikkonen <kimiraikkonen85@xxxxxxxxx> wrote in
news:1192826261.535602.123970@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:

No, i get some error messages from Vb.net 2005 "express" starting with
"'Imports' statements must precede any declarations" continues with
other errors about declerations (e.g.insmail, smtpmail) as well.

Sorry for being beginner.

thanks...

Imports should go at the very top of your class file.

Imports System.Web.Mail


Public Class....


Your Function Here

End Class
.


Loading