I need to code that returns how many unread emails are in the inbox on a BlackBerry.
Asked
Active
Viewed 103 times
1 Answers
1
try this
Store store = Session.getDefaultInstance().getStore();
int numUnread = store.getUnreadMessageCount();

Vivart
- 14,900
- 6
- 36
- 74