I have developed a WPF C# application. Sending email from the Gmail account is OK. But I need to receive all mail from the Gmail account. Is there anyway to do this? How to do it? Using third party libraries is not a problem. Thank you for reading...
Asked
Active
Viewed 5,312 times
1
-
Use `System.Net.Mail` as per this question: http://stackoverflow.com/questions/32260/sending-email-in-net-through-gmail – ColinE Apr 04 '12 at 05:36
-
That question is based on *sending* email, not *receiving* email. – Mathias Lykkegaard Lorenzen Aug 12 '13 at 06:47
1 Answers
3
Gmail support IMAP. You have to get a IMAP .NET library to read read your Gmail inbox.
here are few links, that I hope will help you

Community
- 1
- 1

Pritam Karmakar
- 2,773
- 5
- 30
- 49