Making an email program

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

    #1

    Making an email program

    I have made an outgoing e-mail program (SMTP) with good help from different
    examples in VS 2005 VB.
    I wonder if it is possible to receive email as well. The customer wants only
    to use certain email (intranet users)receipien ts, to avoid spam and other
    malicious stuff.
    reidarT


  • Mike Lowery

    #2
    Re: Making an email program


    "reidarT" <reidar@eivon.n o> wrote in message
    news:eiVbVtflGH A.408@TK2MSFTNG P03.phx.gbl...[color=blue]
    >I have made an outgoing e-mail program (SMTP) with good help from different
    >examples in VS 2005 VB.
    > I wonder if it is possible to receive email as well. The customer wants only
    > to use certain email (intranet users)receipien ts, to avoid spam and other
    > malicious stuff.[/color]

    Definitely possible. But you need to determine what protocol is involved (POP3,
    IMAP, other?)


    Comment

    • Cor Ligthert [MVP]

      #3
      Re: Making an email program

      Reidar,

      This seems to be the starting point for this.



      I hope this helps,

      Cor

      "reidarT" <reidar@eivon.n o> schreef in bericht
      news:eiVbVtflGH A.408@TK2MSFTNG P03.phx.gbl...[color=blue]
      >I have made an outgoing e-mail program (SMTP) with good help from different
      >examples in VS 2005 VB.
      > I wonder if it is possible to receive email as well. The customer wants
      > only to use certain email (intranet users)receipien ts, to avoid spam and
      > other malicious stuff.
      > reidarT
      >[/color]


      Comment

      Working...