View Single Post
Old 08-30-2007, 01:26 PM   #3
vamshee
New Member
 
Join Date: Aug 2007
Model: 8100
PIN: N/A
Carrier: at&t
Posts: 1
Default

here is what u need to do...
instead of adding listener to the inbox add it to the store as below..
I did the same and it works fine now.

Session session = Session.getDefaultInstance();
Store store = session.getStore();
store.addFolderListener(this);

Regards,
vamshee

Quote:
Originally Posted by batrad View Post
Jozef,

Were you ever able to get this to work ? I'm trying to write a similar app that just lists the contents of the Inbox to provide a "clean" view of BES email

Thanks
Offline   Reply With Quote