Hi alt,
How can i capture the success response from smsc after i send the message successfully.
In my other applications i doing this
Submit_Sm = SMSC.SubmitSm(new SubmitSmReq(Submit_Sm)); 
        
				if (Submit_Sm.Header.CommandStatus == 0) 
				{ 
					MessageBox.Show(Submit_Sm.Body.MessageId); 
				} 
				else 
				{ 
				MsgBox("Error"); 
				} 
Please give any brief example as above. Thanks
			
			
									
									
						capture the success response after submitting the message???
Moderator: alt