Re: System.Web.Mail namespace?
- From: Spam Catcher <spamhoneypot@xxxxxxxxxx>
- Date: Fri, 19 Oct 2007 20:50:03 GMT
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
.
- References:
- System.Web.Mail namespace?
- From: kimiraikkonen
- Re: System.Web.Mail namespace?
- From: Spam Catcher
- Re: System.Web.Mail namespace?
- From: kimiraikkonen
- System.Web.Mail namespace?
- Prev by Date: Re: Help with strange WebBrowser control problem...
- Next by Date: Re: Shared Method Problem With "Global" Storage
- Previous by thread: Re: System.Web.Mail namespace?
- Next by thread: Re: System.Web.Mail namespace?
- Index(es):
Loading