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.
Search found 5 matches
- Wed Apr 08, 2009 12:18 pm
- Forum: ALT.SMS.SmppClient
- Topic: How to Schedule a Message using SMPP?
- Replies: 0
- Views: 9990
- Tue Mar 31, 2009 7:01 am
- Forum: ALT.SMS.SmppClient
- Topic: Querying messageid to get message state returning null
- Replies: 1
- Views: 10983
- Tue Mar 31, 2009 6:45 am
- Forum: ALT.SMS.SmppClient
- Topic: Unable 2 connect 2 server host "122.169.193.83"
- Replies: 2
- Views: 15901
Thnx....
Now ITz woking fine........thnx for helping
- Tue Mar 31, 2009 6:44 am
- Forum: ALT.SMS.SmppClient
- Topic: Querying messageid to get message state returning null
- Replies: 1
- Views: 10983
Querying messageid to get message state returning null
SubmitSm[] req = objsmpp.PrepareSubmit(mode, byte.Parse(tbSrcAdrTON.Text), byte.Parse(tbSrcAdrNPI.Text), src, byte.Parse(tbDestAdrTON.Text), byte.Parse(tbDestAdrNPI.Text), ctlRecipient.Text, coding, ctlMessage.Text);
foreach (SubmitSm sm in req)
{
sm.RegisteredDelivery = byte.Parse(rd);
sm ...
foreach (SubmitSm sm in req)
{
sm.RegisteredDelivery = byte.Parse(rd);
sm ...
- Thu Mar 19, 2009 5:21 am
- Forum: ALT.SMS.SmppClient
- Topic: Unable 2 connect 2 server host "122.169.193.83"
- Replies: 2
- Views: 15901
Unable 2 connect 2 server host "122.169.193.83"
hi all
I am developing a sms web aaplication using ALT.SMS class library but i m unable to connect 2 host "122.169.193.83" its returning an error
"No Such host name".
Please tell me what i am doing wrong.
I am developing a sms web aaplication using ALT.SMS class library but i m unable to connect 2 host "122.169.193.83" its returning an error
"No Such host name".
Please tell me what i am doing wrong.