Search found 2 matches

by rumiocean
Wed Feb 28, 2007 10:10 am
Forum: ALT.SMS.SmppClient
Topic: Sending Binary messages
Replies: 4
Views: 29186

orgTon=0
orgNpi=0
destination=3333
desTon=1
desNpi=1
msisdn=123456789
msgBody ...
by rumiocean
Tue Feb 27, 2007 10:59 am
Forum: ALT.SMS.SmppClient
Topic: Sending Binary messages
Replies: 4
Views: 29186

please help me, i faced some problem. My code sample is here

private ALT.SMS.SmppClient Altsmpp = new ALT.SMS.SmppClient();
---------
---------
Altsmpp.SubmitText(SubmitMode.Payload, orgTon, orgNpi, destination, desTon, desNpi, msisdn, DataCodings.Default, msgBody); // this line shows the problem ...