0

i would like to send email without user interaction...means user just need to press a button and mail automatically get send to the particular person....

and also how to get information like device id, OS version , currently running/installed apps in blackberry z10?

if any body know about this please reply with code or some good example.

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44

1 Answers1

1

Most of the documentation for Cascades is available from BlackBerry (Cascades API) with details for all of your items:

For any items not currently available they can be tracked in the public Cascades Roadmap.

(bear with me, I'm linking in all the items 1 by 1)

scunliffe
  • 62,582
  • 25
  • 126
  • 161
  • if u check the code in this link http://developer.blackberry.com/cascades/documentation/device_platform/pim/messages.html only recipient details are mentioned but where is the sender user name and password? i need to send mail using my id and password and also code is giving error for messagebuilder object that no matching call to MessageBuilder(); what to do? – FreelancerDev Mar 01 '13 at 07:18