Making an email program

  • Thread starter Thread starter reidarT
  • Start date Start date
R

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
 
reidarT said:
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?)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top