02-14-2011 09:29 PM
Hello Guys...
I am trying to make a email message trigger the procedure or function when the email arrived.
Is there any email message listener function for email (like in SMS)
thanks...
rudy
Solved! Go to Solution.
02-15-2011 08:55 AM
Currently there isn't this capability built into the JS APIs.. I know some partners have created JavaScript extensions to do what you are describing.
02-16-2011 08:36 PM
Hello Tim,...
thanks for your previous reply,
I wonder, is that possible the incoming email handle using this method (push/data) like in the API reference ?
http://www.blackberry.com/developers/docs/widgetap
or
http://www.blackberry.com/developers/docs/widgetap
and is there any webworks sample to run push ? I only found the sample using java on the web.
many thanks...
Rudy
02-17-2011 08:14 AM
You are unable to detect incoming emails using the push API. The push API is for pushing your own custom data to your application.
05-01-2012 10:39 AM