Question

I am using tutorial http://www.codeproject.com/Articles/188349/Read-Gmail-Inbox-Message-in-ASP-NET to make a gmail client. Using the code in this tutorial I am retrieving all emails from INBOX. I have a problem with distinguishing the UNREAD ones. Can you help me with that one, please?

Was it helpful?

Solution

If you're communicating using POP3, there isn't a way to tell what is unread. You will need to talk over some other API (perhaps Gmail Inbox Feed?)

https://developers.google.com/google-apps/gmail/#gmail_inbox_feed

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top