I am implementing an asp.net/C# project where I would like to include a page where the admin can view emails from a gmail account. While googleing I found this thread, but unfortunately its not working (for me). I was wondering if there's any other simpler solution to receive emails which is compatible with Gmail.
Asked
Active
Viewed 3,138 times
2
-
1possible duplicate of [Reading Email using Pop3 in C#](http://stackoverflow.com/questions/44383/reading-email-using-pop3-in-c-sharp) – David Hoerster Jan 25 '12 at 13:57
-
maybe this article will help: http://www.codeproject.com/Articles/17408/NET-Interop-for-Gadgets-A-C-GMail-Inbox-Reader-Ex – stian.net Jan 25 '12 at 13:58
-
Why don't you accept the solution ? Please give a value for your question. – Sampath Dec 03 '13 at 06:27
1 Answers
2
I think this is a duplicate of this post, but if you click through to the Floresense site, you'll see that the author has an example where they connect to GMail (pop.gmail.com).
Hope this helps. Good luck!

Community
- 1
- 1

David Hoerster
- 28,421
- 8
- 67
- 102
-
I apologize for making a duplicate post, it wasn't my intention. Thanks a lot for your answer, that's what I was looking for! – user1137243 Jan 25 '12 at 14:11
-
Not a problem - no reason to apologize. I hope this helps out. That's the beauty of a community-run site -- we all try to maintain it. :) Good luck!! – David Hoerster Jan 25 '12 at 14:18
-
2