08-24-2008 08:17 PM
Invoke.invokeApplication() to initiate a new SMS message, but I want to be able to programmatically add recipients to that SMS, like you can interactively using the Menu --> Add Recipient. Is this possible?
08-25-2008 01:18 AM
Look at SMSDemo into Java Development Environment samples folder.
If JDE is installed on C:\APPS\JDE
this sample is located at: C:\APPS\JDE\samples\com\rim\samples\device\smsdemo
08-25-2008 08:07 AM
The SmsDemo simply fires-off multiple SMS messages, all having a single address. Is that how RIM actually does it with their own built-in SMS client? I was hoping there was a way to actually send only one message but with multiple recipients. Does anyone know if that is even possible with SMS? I was also hoping to invoke RIM's built-in SMS app for sending the message, and simply adding multiple recipients programmatically just like you can do interactively.
Does anyone know if RIM's API even allows for this?
08-25-2008 01:00 PM