07-31-2012 04:13 AM
Hi,
i want to delete emails immediately while it enter into device after checking the Emailaddress(TO)....
Solved! Go to Solution.
07-31-2012 04:20 AM
07-31-2012 04:38 AM
Thanx to replay
Store s = Session.waitForDefaultSession().getStore();
Folder[] folders = s.list(Folder.INBOX);
with this i get two folder of type inbox i think one for emails and other for PIn messages is there any way i get only inbox for email or i get sure i register the folder listener with emails Inbox
07-31-2012 04:43 AM