capture the success response after submitting the message???
Posted: Sun Feb 17, 2008 3:14 pm
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
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