user1137243
user1137243

Reputation: 51

Receive Gmail inbox through C#

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.

Upvotes: 2

Views: 3279

Answers (1)

David Hoerster
David Hoerster

Reputation: 28701

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!

Upvotes: 2

Related Questions