Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write a program like Outlook?

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
0
0
US
Hi,
I would like to write a program that when executed, it will retrieve and send out emails like Outlook Express using POP3 email accounts. Anyone done this kind of program before?
Could you all give me some info on where to begin?
Thankkx in advance.
 
Hey Sidro,
I'm working on something similar to this right now (an email tracking system), still in the design phase. There are a few ways to do this, a couple (free ones) are using the MAPI ActiveX Component included with Windows (which will allow you to both send and recieve) or work with Winsock. I am currently working with the latter, as MAPI doesn't work as if it were stand-alone. So far, I have gotten Winsock to connect and download messages, with the help of a great tutorial at . That's only one chapter of the story, though. You need to send as well. I found a great program to do this called vbSendMail ( So, I hope theses resources help you out. Good luck!

Jeff Rapp
jrapp@nctc.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top