Home All Groups Group Topic Archive Search About

Making an email program

Author
22 Jun 2006 12:56 PM
reidarT
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)receipients, to avoid spam and other
malicious stuff.
reidarT

Author
22 Jun 2006 2:58 PM
Mike Lowery
"reidarT" <rei***@eivon.no> wrote in message
news:eiVbVtflGHA.408@TK2MSFTNGP03.phx.gbl...
>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)receipients, to avoid spam and other
> malicious stuff.

Definitely possible.  But you need to determine what protocol is involved (POP3,
IMAP, other?)
Author
22 Jun 2006 6:20 PM
Cor Ligthert [MVP]
Reidar,

This seems to be the starting point for this.

http://www.indyproject.org/

I hope this helps,

Cor

Show quoteHide quote
"reidarT" <rei***@eivon.no> schreef in bericht
news:eiVbVtflGHA.408@TK2MSFTNGP03.phx.gbl...
>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)receipients, to avoid spam and
> other malicious stuff.
> reidarT
>