08-02-2012 04:00 AM
Hi,
I have configured two email accounts on my device. and blackberry send Listener intercept the outgoing emails.
problem is that it intercept the emails from only one email account ( i think default email account)...
so please suggest how i can intercept the emails from all the emails accounts configure on the device...
08-02-2012 04:08 AM
08-02-2012 04:49 AM
thanx ,
is there any event so i get notified when new store created... so that i can register the sendListener with it.....
08-02-2012 04:53 AM
08-02-2012 07:15 AM
Sir,
please suggest how to register ITPolicyChangedListener....
08-02-2012 07:22 AM
08-02-2012 08:07 AM
Hi,
i use the below code but listener is not fire when i create new Emails accounts.... please suggest.....
public class ItPoliciyChangedLsitener implements ITPolicyChangedListener
{
ItPoliciyChangedLsitener()
{
ITPolicy.addListener(UiApplication.getApplication(
}
public void policyChanged(String uid, boolean locked)
{
logFile.log("file:///store/home/user/ITLIstener.tx
}
}