Android - How can I find out how many unread email the user has?
Posted
by BenIOs
on Stack Overflow
See other posts from Stack Overflow
or by BenIOs
Published on 2010-05-06T08:35:07Z
Indexed on
2010/05/06
8:38 UTC
Read the original article
Hit count: 150
I'm writing a program that should display the amount of unread sms, mms, phone calls and emails. It was quite easy to find how to query for sms and phone calls (I used the search on this page) but I have not been able to find out how to query for emails.
Is there anyway to find out how many unread emails the user got in their phone?
© Stack Overflow or respective owner