V.J.
V.J.

Reputation: 9580

How can I read SMS messages from the inbox programmatically in blackberry?

I want to read SMS messages from Inbox,Draft,and sent from my blackberry device programmatically.

Would any one will help me.

Upvotes: 2

Views: 1214

Answers (2)

Dhiral Pandya
Dhiral Pandya

Reputation: 10619

See the BlackBerry Developers Knowledge Base article:
What is - Different ways to listen for SMS messages

Upvotes: 0

user784540
user784540

Reputation:

There is only way to access SMS messages, implement MessageListener and intercept messages when they are sending/receiving. There is no API to access SMS messages already saved in device memory (i.e already received).

Upvotes: 4

Related Questions