Page 1 of 1

Tag Return Null in Submit Response

Posted: Mon Apr 15, 2019 8:25 am
by vineet
Hi,

we are setting the tag property like this

ISubmitSmBuilder builder = SMS.ForSubmit()
.Text(messageText)
.From(sourceAddress)
.To(destinationAddress)
.Coding(coding)
.Set(s => s.Tag = 23);

batch.AddRange(builder.Create(SMPPClient));

but tag always return null in

var resp = (await SMPPClient.Submit(batch)).ToArray();

what is the correct way to get the tag in resp.

Thanks

Re: Tag Return Null in Submit Response

Posted: Fri Apr 19, 2019 10:58 am
by alt
fixed in v 2.6.9