System.web.mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theS70RM
    New Member
    • Jul 2007
    • 107

    System.web.mail

    This import is not available to me. any idea why?

    Im running vb.net 2003 on windows xp

    I Really need to be able to email easily from a vb.net service i am running.

    cant seem to get anything working tried all sorts. =(

    any help is apreciated!!!!


    Andy
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to .NET Forum.

    Comment

    • Shashi Sadasivan
      Recognized Expert Top Contributor
      • Aug 2007
      • 1435

      #3
      Originally posted by theS70RM
      This import is not available to me. any idea why?

      Im running vb.net 2003 on windows xp

      I Really need to be able to email easily from a vb.net service i am running.

      cant seem to get anything working tried all sorts. =(

      any help is apreciated!!!!


      Andy
      are you running a windows service? or windows forms?
      if so then you will have to add the reference!

      Comment

      • radcaesar
        Recognized Expert Contributor
        • Sep 2006
        • 759

        #4
        Originally posted by theS70RM
        This import is not available to me. any idea why?

        Im running vb.net 2003 on windows xp

        I Really need to be able to email easily from a vb.net service i am running.

        cant seem to get anything working tried all sorts. =(

        any help is apreciated!!!!


        Andy
        Right Click on ur project and AddReference

        Select System.Web.Mail

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          visual studio 2003 was .net1.1, I don't think it was included until 2.0?

          Or was is System.Web.Mail until 2.0 when it became obsoleted by System.Net.Mail ?

          Comment

          • theS70RM
            New Member
            • Jul 2007
            • 107

            #6
            ah ok yes its working now thanks, i hadnt put the system.web reference in! doh!


            cheers



            Andy

            Comment

            Working...