Scheduled SMS

.NET library for SMPP protocol
Locked
james
Posts: 5
Joined: Thu Dec 02, 2010 3:15 pm

Scheduled SMS

Post by james » Thu Dec 02, 2010 3:19 pm

Hi,

I am wondering if this lib supports scheduling sms..

I think in SMPP 3.4 its called DEFERRED..

Is it possible ?
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Re: Scheduled SMS

Post by alt » Thu Dec 02, 2010 3:40 pm

Yes, SubmitSm class has property SheduleDeliveryTime
http://www.inetlab.com/Products/Inetlab ... ryTime.htm

About string format you can read in Section 7.1 of SMPP 3.4 specification
Locked