flash sms

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

flash sms

Post by lipu »

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

Re: flash sms

Post by alt »

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