Page 1 of 1

How to count number of sms in message before send

Posted: Thu Nov 14, 2013 11:42 am
by medved45
I need to know a total count of sms in one message(for long messages).
Is there any available built in tool for this, or a have to make my own calculator?

Re: How to count number of sms in message before send

Posted: Thu Nov 21, 2013 3:50 pm
by alt
You can use Create method in sms builder. It helps to get SMS parts count before submit to SMPP server.

Code: Select all

var submitSmList = SMS.ForSubmit()......Text(longText).Create(client);