flash sms

.NET library for SMPP protocol
Locked
lipu
Posts: 2
Joined: Sun Jun 23, 2013 1:17 pm

flash sms

Post by lipu » Sun Jun 30, 2013 1:01 am

I 'm using .net C# to develop the tool. how can I can send flash sms?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: flash sms

Post by alt » Fri Jul 05, 2013 2:22 pm

In order to send Flash SMS you need to specify one of the following data coding in the SubmitSm class:
DataCoding.UnicodeFlashSMS, DataCoding.DefaultFlashSMS
Locked