Hi Zamby, I'm no expert on all this, but I want this functionality as well, so my idea is to read the messages with the Inbound Handler and store them in a database with a timestamp. Then just query the database to get the latest message. That's how I plan to do it, hope it helps you too.
Will. On Apr 1, 7:03 am, Thanasis <[email protected]> wrote: > You cannot do this - at least automatically. > > You either have to delete already processed messages from your inbox > and keep it clean or do your own housekeeping. > > On Apr 1, 2:36 am, zamby <[email protected]> wrote: > > > > > Hi, > > I'm experimenting with smslib. I am using ReadMessages.java. > > When I receive a message, the method of the class InboundNotification > > process is executed for all messages in the inbox. > > How do I get the last message received? (The message that initiated > > the class of notification). > > > Thanks and good job.- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "SMSLib 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.
