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
			
			
									
									
						Tag Return Null in Submit Response
Re: Tag Return Null in Submit Response
fixed in v 2.6.9