Hi Thanasis,
I already see this and tried the following code, but nothing happen.
for (InboundMessage msg : msgList) {
if(msg.getType() == MessageTypes.STATUSREPORT)
{
System.out.println(msg);
System.out.println("SMSC Number -
"+msg.getSmscNumber());
System.out.println("Date -"+msg.getDate());
System.out.println("Originator -
"+msg.getOriginator());
srv.deleteMessage(msg);
}
Please tell, how to extract these data (Original Recipient, SMSC Ref
No & Delivery Status) from the Status Report.
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---