Re: send email problem

Tech-Archive recommends: Fix windows errors by optimizing your registry



"iwdu15" <jmmgoalsteratyahoodotcom> schrieb:
hi, ive read all the past posts about sending emails in VS 2003 and 2005 but
i have a slight problem. i try to import "System.Web.Mail" but it cannot find
that class in VS 2003 nor VB Express 2005. Am i missing somethign here? i
have the system.web.dll and the system.web class but i dont have the Mail
subclass

'System.Web.Mail' is a namespace, not a class. This namespace contains further classes.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

.



Relevant Pages

  • Re: chr() .Net equivalent
    ... "David Griffiths" schrieb: ... I take onboard the arguments for keeping the VB namespace and will code accordingly for the future. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: One project in One directory ?
    ... "Ken Dopierala Jr." ... then they would share a namespace. ... > I answer questions in these forums and type directory...then ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How do I keep shared methods on the same namespace level in different files
    ... "Mark Denardo" schrieb: ... all Classes reside in different files. ... Some of these Classes I want to convert to Shared Methods, because I don't need to instantiate them, but I still want them at the "abc.xyz" namespace level. ... Methods either belong to a type or a module, which is a special class behind the scenes too. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Determine full name of an object at runtime.
    ... "Lance" schrieb ... > Namespace MyNameSpace ... If you pass a reference to a function, ...
    (microsoft.public.dotnet.languages.vb)