2

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.

user1137243
  • 51
  • 2
  • 6
  • 1
    possible 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 Answers1

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