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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet applications

Status
Not open for further replies.

likepc

Programmer
Jul 3, 2000
1
MD
Hi !! Hey can anyone help me to write Internet aplications?
Iam using VC 5.0(Microsoft) so i'd like to write a email program for snding and receiving emails from a server.Is there any classes that i can use for impementing
SMTP,POP3 protocols?Something else?

Thanks in advise!!!
                                  likepc
  
 
Dear likepc,<br><br>Beyond the fundamental socket classes there is nothing shipped with Visual C++ that deals specifically with impementing the SMTP and POP3 internet protocols. <br><br>There are 3rd party products available and you might even find some free source on the net, otherwise you'll have to use the code wizard!<br><br>Good luck<br>-pete
 
learn how to use the socket classes and take a look at<br>the RFCs for POP and SMTP. no problem to implement at<br>least a POP3 client then.<br><br>--ralf<br>
 
If you want write program only with yours
User Interface you can use MAPI what provide
interface to standart implementaion for these
protocols
 
there are wrapper classes, and API to help acheive some internet functionality, depending on what you want to do. most of the ones I've seen were MAPI and email based, or Directory service.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top