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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top