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);
Loading
Ghulam MahmoodPosted Apr 29, 2015, 4:57 AM
Rahul BansalPosted Apr 27, 2015, 7:09 AM