How to send Delivery Receipt from SMPP server to SMPP Client

.NET library for SMPP protocol
Locked
asafgo
Posts: 1
Joined: Fri Dec 17, 2010 8:07 pm

How to send Delivery Receipt from SMPP server to SMPP Client

Post by asafgo » Fri Dec 17, 2010 8:59 pm

Hi,

I am using a trail version before I will buy the component.
I am trying to send Delivery Receipt from SMPP Server to SMPP Client with no luck.

I have added the line of code: data.Receipt.State = Inetlab.SMPP.Common.MessageState.Delivered; to SendMessage.cs but I am getting the error "System.NullReferenceException was unhandled".

Thanks in Advanced,
Asaf
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: How to send Delivery Receipt from SMPP server to SMPP Cl

Post by alt » Sun Dec 19, 2010 5:23 pm

Thank you for pointing this to me.
Fixed in version 1.0.4
Locked