hi ,,,
how to check in server server_evClientSubmitSm  if message requested delivery report ?
thanks
			
			
									
									
						how to check if message requested Delivery report
Re: how to check if message requested Delivery report
Code: Select all
void server_evClientSubmitSm(object sender, SmppServerClient client, Inetlab.SMPP.PDU.SubmitSm data)
{
    if (data.RegisteredDelivery == 1) ...
}
Re: how to check if message requested Delivery report
mobile phone?
what ThrottleTime is doing for your application?
Did you try to send text in MessagePayload?
Prep4sure.com
			
			
									
									
						what ThrottleTime is doing for your application?
Did you try to send text in MessagePayload?
Prep4sure.com