Hi all,

     I am using .net version of smslib, my question is: Is there's a
way to cancel messages that are queued:
     in my code below _cancelledSmsList contains ids of sms that are
to be cancelled.

      public class QueueSendingNotification :
IQueueSendingNotification
        {
            public void process(AGateway gateway, OutboundMessage msg)
            {
                string messageId = msg.getId;
                if(_cancelledSmsList.contains(messageId))
                {
                         //cancel sending of  this message
                 }
            }
        }

Thanks,
Rainier

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib Discussion 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