Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Developer
UserNeo
Posts: 68
Registered: ‎10-23-2008

How i can open a Messages?

Hi, i can send() and save() E-Mail Messages but how i can open E-Mails? Is maybe find() the answer? UserNeo
Please use plain text.
BlackBerry Development Advisor
tneil
Posts: 3,693
Registered: ‎10-16-2008
My Carrier: Rogers

Re: How i can open a Messages?

Are you looking to read the contents from a message, or to launch the message in the native message screen.

 

To launch the message in the native message screen, you can first use find() to locate your desired message and then use the Invoke API to view the message.

 

Here is the invoke API you would be interested in

 

http://www.blackberry.com/developers/docs/widgetapi/blackberry.invoke.MessageArguments.html

Tim Neil
Director, Application Platform & Tools Product Management
Follow me on Twitter
Please use plain text.