EMail

  • Thread starter Thread starter Tony M
  • Start date Start date
T

Tony M

Can someone point me in the right direction to some sample code of how to
retrieve email and read it?
VS 2005 pro- windows XP media - vb .net ?

thanks
 
Can someone point me in the right direction to some sample code of how
to retrieve email and read it?
VS 2005 pro- windows XP media - vb .net ?


POP3? IMAP? Exchange? Lotus? etc?
 
Sorry, POP3 I guess but would also like to get into HotMail.

I don't think .NET provides a POP client - so you'll have to write your
own.

Or take a look at the Indy socket project - I think they have a free POP3
client implementation:

http://www.indyproject.org/index.en.aspx

Hotmail you need to write some sort of proxy to translate the HTTP requests
into meaningful mail messages. There are a couple examples on google.
 
Back
Top