hi,
my task is programatically accessing the mail server whether it is hotmail/gmail/yahoo etc using vs2005 C#.Means fetching the my inbox contents into my machine.Can you please suggest me some good references.Its very urgent and i am new to these technologies.Please give me solutions.Thanking you inadvance
A.suneel.

programatically Accessing the Mail
leonardoreyes
In .NET, today, you don't have APIs to retrieve mail vis POP3.
You could however use other technologies like IMAP and you have to do
P/Invoke yourself
cpurick
you can achieve this many ways. one way is using HTTP protocl, the way browser get and show the mail messages.
but its fully hard coded i mean that your code wont be a stable one. the following project get and list the contacts lists: www.ideabubbling.com/contactsreader.aspx . its not a for mail but contacts, try this article www.ideabubbling.com/articles.aspx
love zvasanth
Chas T
ekke
cam_mac
you have to look at using TCPClasses to recieve mail and check out the contents and responses from the Server.
http://www.csharphelp.com/archives/archive232.html
Will move thread to the appropriate forum for the experts to help out more on this