Long message

.NET library for SMPP protocol
Locked
mhz_bk
Posts: 2
Joined: Fri May 18, 2012 4:48 am

Long message

Post by mhz_bk » Fri May 18, 2012 7:25 am

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
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Long message

Post by alt » Fri May 18, 2012 7:01 pm

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
mhz_bk
Posts: 2
Joined: Fri May 18, 2012 4:48 am

Re: Long message

Post by mhz_bk » Sat May 19, 2012 10:52 am

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.
Locked