I need to code that returns how many unread emails are in the inbox on a BlackBerry.
+1
A:
try this
Store store = Session.getDefaultInstance().getStore();
int numUnread = store.getUnreadMessageCount();
Vivart
2010-10-15 13:18:07