Ghulam  Mahmood

Ghulam Mahmood

  • NA
  • 3
  • 1.3k

SMS more than 160 character

Apr 25 2015 1:05 PM
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)