interception outgoing SMS
| Thu, 2006-10-26 08:31 | |
|
Hi ,
Any body know how to intercept outgoing SMS? Is it possible? I can block incomming SMS from specified number, I tried use this code with minor changes ( I used HandleSessionEventL and change in code from "inbox"to "outbox" folders) but it don't blocks outgoing SMS... Any ideas? |
|






Forum posts: 235
Atleast not possible with the public SDK.
Forum posts: 98
Hi Svat
I blocked sms before sending in my previous project in following way.
Just capture sms before it goes in outbox and change their status KMsvSendStateSent.
Because of this system check this status and just do nothing.
Thanks and Regards
Yogesh
Forum posts: 1
Can you explain how did you capture SMS before it goes into Outbox folder and change their status?
It would be very helpful if you provide the code.
Thanks
Pandian.
Hi Svat
I blocked sms before sending in my previous project in following way.
Just capture sms before it goes in outbox and change their status KMsvSendStateSent.
Because of this system check this status and just do nothing.
Thanks and Regards
Yogesh