I just need to be able to get and read the text in my gmail inbox using c#. I've googled it but mostly all I found was how to send, which I already know how, email. I just want to connect to my own account. I don't need to get attachments or anything and I want to stick to the built in namespaces and everything. Any help would be greatly appreciated.
Hi
You Need a Class To handle The POP3
This Company Have a Class for Handling All Types of E-mail functions http://www.rebex.net/
You my find these classes on this site http://www.board4all.cz/
Register and Search....
It's A greate Library
thanks ddanbe, that looks like it should work. I get several errors when I try to run it though. I may try to look at the code or maybe try doing this in Java or a different language.