How to open the Blackberry email app, ready to compose an email to a given address?

后端 未结 1 1856
失恋的感觉
失恋的感觉 2021-01-25 14:38

In my Blackberry application, I have a email address I want the user to be able to send an email to. I would like to have the built in Email Application run the compose screen w

相关标签:
1条回答
  • 2021-01-25 14:56

    Use the Invoke Class

    With a MessageArgument

    And you should be ok

    If you need more customization Use the Message class with the Adress class to add to the Message en then send it to the MessageArgument then you can send it to Invoke

    You can also see a more detailed explanation on RIM website

    0 讨论(0)
提交回复
热议问题