Hi guys,
I have one question:
I have been sending sms using smslib. now i want to know which numbers
the message was sent successfuly to and to which numbers it failed. I
tried to make use of the IOutboundMessageNotification class but i
failed. It is not even getting invoked when sending multiple sms at
the same time. My expectation was that when ever an sms was sent, the
Process method of the IOutboundMessageNotification class would be
called so that i would collect the sent numbers there and then
subtract them from the total to get the unsuccessful ones. but as i
said, outbound notification is not working for multiple sending.
at the moment, i am trying to send sms like bellow.

this.srv.SendMessages(msgList) where msgList is List of messages to
all the recipient numbers.

I use smslib 3.44, XP operating system, phone 6230i(in the compatible
list).
Any advice will be appreciated.
Thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib for Java User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to