Receiving email in VB 2005

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

    #1

    Receiving email in VB 2005

    Hi all,

    I can't find it. A long time ago I made in VB6 an alternative e-mail client,
    to receive and process e-mails. Now I need to do something similar, but of
    course in VB2005. I found a system.net.mail object, but it seems I can only
    send e-mails with this object. I need to receive e-mails and then process
    the contents...
    How do I receive mail in VB2005?

    Tia,
    Martin


  • rowe_newsgroups

    #2
    Re: Receiving email in VB 2005

    On Mar 16, 12:40 pm, "Martin" <x...@y.comwrot e:
    Hi all,
    >
    I can't find it. A long time ago I made in VB6 an alternative e-mail client,
    to receive and process e-mails. Now I need to do something similar, but of
    course in VB2005. I found a system.net.mail object, but it seems I can only
    send e-mails with this object. I need to receive e-mails and then process
    the contents...
    How do I receive mail in VB2005?
    >
    Tia,
    Martin
    How did you do this in VB6? Perhaps you could just update that code?

    Thanks,

    Seth Rowe

    Comment

    • Martin

      #3
      Re: Receiving email in VB 2005

      There was a MAPI ActiveX Control included in VB6...

      "rowe_newsgroup s" <rowe_email@yah oo.comwrote in message
      news:1174065601 .499142.124660@ n76g2000hsh.goo glegroups.com.. .
      On Mar 16, 12:40 pm, "Martin" <x...@y.comwrot e:
      >Hi all,
      >>
      >I can't find it. A long time ago I made in VB6 an alternative e-mail
      >client,
      >to receive and process e-mails. Now I need to do something similar, but
      >of
      >course in VB2005. I found a system.net.mail object, but it seems I can
      >only
      >send e-mails with this object. I need to receive e-mails and then process
      >the contents...
      >How do I receive mail in VB2005?
      >>
      >Tia,
      >Martin
      >
      How did you do this in VB6? Perhaps you could just update that code?
      >
      Thanks,
      >
      Seth Rowe
      >

      Comment

      • Rad [Visual C# MVP]

        #4
        Re: Receiving email in VB 2005

        On Fri, 16 Mar 2007 17:40:24 +0100, Martin wrote:
        Hi all,
        >
        I can't find it. A long time ago I made in VB6 an alternative e-mail client,
        to receive and process e-mails. Now I need to do something similar, but of
        course in VB2005. I found a system.net.mail object, but it seems I can only
        send e-mails with this object. I need to receive e-mails and then process
        the contents...
        How do I receive mail in VB2005?
        >
        Tia,
        Martin
        It depends on how your email server handles the emails. If your email
        server is a POP server, you can use an open source component, OpenPOP to
        retrieve and process the emails.
        --
        Bits.Bytes

        Comment

        Working...