Page 1 of 1

Split long message after receiving from client

Posted: Tue Jul 07, 2020 2:05 am
by xhide
Hi,

Is there an approach where I am able to split the 1 long message into multiple parts after receiving from client?

The scenario is client send in 1 long message, and I would like to return multiple DR as per message parts.

Thank you.

Re: Split long message after receiving from client

Posted: Thu Jul 09, 2020 4:32 pm
by alt
Library creates concatenated parts with SMS.ForSubmit chained methods.

Examples you can find at
https://docs.inetlab.com/smpp/v1/articl ... ation.html

https://docs.inetlab.com/smpp/v1/articl ... arted.html