Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Trusted Contributor
shea08
Posts: 115
Registered: 03-25-2009

Getting folder list of secondary email account

When getting a list of email, I do it like this:

store = Session.waitForDefaultSession().getStore();
Folder[] folders = store.list();

But messages that come to my other email accounts do not appear.  How do I see those messages/folders as well?

Please use plain text.