Page 1 of 1

Long message

Posted: Fri May 18, 2012 7:25 am
by mhz_bk
Hello,

I search the forum for the long message (concatenated messages). My problem is, when user post a long message, in the SMPP Server, I received multi part. But I need to manual concat there messages into one origin message to process some business.

How can I do that?
Thanks

Re: Long message

Posted: Fri May 18, 2012 7:01 pm
by alt
Hello mhz_bk,

You can use the same approach as in SmppClientDemo application in evDeliverSm event handler.

In version 1.1 you will be able to use special class MessageComposer.

Regards,
Alexey

Re: Long message

Posted: Sat May 19, 2012 10:52 am
by mhz_bk
Dear alt,

Where I can find version 1.1?

I try a similar solution as in evDeliverSm but not success. Can you give me a sample code?

Thanks.