Page 1 of 1

How to Schedule a Message using SMPP?

Posted: Wed Apr 08, 2009 12:18 pm
by bhupender.7singh
Hi All,

I want to schedule a message,which is send after 15 minutes when user clicks the send button.
I m using
Submit sm;
sm.SheduleDeliveryTime = DateTime.Now.AddMinutes(15).ToString("yyMMddhhmmss");
but itz sending the message instantly.Itz not working.

Please help me how it can be done.