02-10-2011 01:15 PM
I know I can create one...but how can I get the Folder for the Global Message List so that I can attach a listener/etc. to the Global Message List found in the Messages application distributed with the phone...
Anyhow know how to get this?
02-10-2011 01:53 PM
02-10-2011 03:02 PM
RD,
Thanks for the reply...
I already know how to listen to the Message Folder for INBOX/etc...and to get messages
What I really want is the associated ApplicationMessageFolder so I can register a listener on it...
and use some of the callbacks as well as the ReadableList....these are not available in
the standard Folder objects...
02-16-2011 04:21 PM
ApplicationMessageFolder is for third party applications to create folders with messages that appear in the Messages application.
The standard mail folders are not ApplicationMessageFolders and not exposed as such.
02-16-2011 06:20 PM
Thanks Mark - I kinda got this impression just because the apis were leaning this way...