System.Net.Mail.MailMessage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cj

    #1

    System.Net.Mail.MailMessage

    Is this not available in 2003? It works in 2005. I'd like to use it in
    a 2003 program.
  • tclancey

    #2
    Re: System.Net.Mail .MailMessage

    Nope! You have to rely on system.web.... Not as easy and a real pain in
    some circumstances!
    Cheers,
    Tull.

    "cj" <cj@nospam.nosp amwrote in message
    news:O$OWsmjZHH A.2436@TK2MSFTN GP06.phx.gbl...
    Is this not available in 2003? It works in 2005. I'd like to use it in a
    2003 program.

    Comment

    • cj

      #3
      Re: System.Net.Mail .MailMessage

      Another reason to convert this to 2005. Thanks!

      tclancey wrote:
      Nope! You have to rely on system.web.... Not as easy and a real pain in
      some circumstances!
      Cheers,
      Tull.
      >
      "cj" <cj@nospam.nosp amwrote in message
      news:O$OWsmjZHH A.2436@TK2MSFTN GP06.phx.gbl...
      >Is this not available in 2003? It works in 2005. I'd like to use it in a
      >2003 program.
      >
      >

      Comment

      • Jay Parzych

        #4
        Re: System.Net.Mail .MailMessage

        here is a site for system.web.mail :



        and one for system.net.mail :




        Another reason to convert this to 2005. Thanks!
        >
        tclancey wrote:
        >
        >Nope! You have to rely on system.web.... Not as easy and a real
        >pain in
        >some circumstances!
        >Cheers,
        >Tull.
        >"cj" <cj@nospam.nosp amwrote in message
        >news:O$OWsmjZH HA.2436@TK2MSFT NGP06.phx.gbl.. .
        >>
        >>Is this not available in 2003? It works in 2005. I'd like to use
        >>it in a 2003 program.
        >>>

        Comment

        Working...