質問

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