How to Schedule a Message using SMPP?

Smpp v3.4 client

Moderator: alt

Locked
bhupender.7singh
Posts: 5
Joined: Thu Mar 19, 2009 5:15 am

How to Schedule a Message using SMPP?

Post by bhupender.7singh » Wed Apr 08, 2009 12:18 pm

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.
Locked