first of all thanks for this great library, i am having problem to
acquire sms delivery report i tried every post in this forum that is
related to this topic but unfortunately no luck (although i doubt that it anything to do with luck

my approaches was as follows :
1- i registered the value for delivery to 1 RegisteredDelivery = 1
and also tried with these parameters and without them the same
nothing
sm.Notification = IntermediateNotification.Requested
sm.MessageType = MessageTypes.SMSCDeliveryReceipt
sm.SMSCReceipt = SMSCDeliveryReceipt.SuccessFailure
the event wont fire evDeliverSm although i added a handler for it.
2- i used the
Dim qresp As QuerySmResp = client.Query(resp(0).MessageId, Byte.Parse(tbSrcAdrTON.Text), Byte.Parse(tbSrcAdrNPI.Text), tbSrcAdr.Text)
i got exception null object exception because the qresp object
doesnt have a value for the message id nor status for it empty string
the log as follows
9:43:35 AM: Sending Data: 00000010800000150000000000000002
9:43:36 AM: Sending Data: 0000007900000004000000003f93069400000030353431343937303536000
1013936363535363333323239310004000000313031303135303934323537
3030302b001100080032005400650073007400200066006f0072002000640
065006c0069007600650072007900200072006500630069006500700074
9:43:38 AM: Received Data: 0000001980000004000000003f930694303639393645334500
9:44:20 AM: Sending Data: 0000002600000003000000003f93069630363939364533450000003035343134393730353600
9:44:21 AM: Received Data: 0000001080000000000000033f930696
9:44:22 AM: Sending Data: 0000001000000015000000003f930697
9:44:23 AM: Received Data: 00000010000000150000000000000003
9:44:24 AM: Sending Data: 00000010800000150000000000000003
9:44:25 AM: Received Data: 00000010000000150000000000000004000000108000001500000000
3f930697
9:44:26 AM: Sending Data: 00000010800000150000000000000004
9:44:29 AM: EnquireLink received
9:44:31 AM: GenericNack received with status ESME_RINVCMDID
9:44:32 AM: EnquireLink received
9:44:34 AM: EnquireLink received
9:45:02 AM: Received Data: 00000010000000150000000000000005
9:45:02 AM: Sending Data: 00000010800000150000000000000005
9:45:02 AM: EnquireLink received
Really sorry for this long post ,
I appreciate any help