2
Answers

SMS more than 160 character

Sending SMS contain more than160 characters using following code of c# windows application but few number are receiving and mostly are not receiving SMS. Please resolve the issue
OutgoingSmsPdu[] pdus = null;
pdus = SmartMessageFactory.CreateConcatTextMessage(MsgText, CntNo);
comm.SendMessages(pdus);
Answers (2)