hello
i want use datacoding by this byte ==> (byte)25
but in this component you don't allow to use another coding and must use DataCodings struct
how i send text message in (byte)25 datacoding
Search found 3 matches
- Sun Jul 07, 2013 8:20 am
- Forum: Inetlab.SMPP v1.0
- Topic: i want use other Datacoding
- Replies: 1
- Views: 75634
- Tue Jul 02, 2013 5:55 am
- Forum: Inetlab.SMPP v1.0
- Topic: put message in inbox
- Replies: 2
- Views: 95995
Re: put message in inbox
thank you but i can't undrestand what you write
can you write a full example for send one sms ?
thank you
can you write a full example for send one sms ?
thank you
- Mon Jul 01, 2013 10:49 am
- Forum: Inetlab.SMPP v1.0
- Topic: put message in inbox
- Replies: 2
- Views: 95995
put message in inbox
hi
when i send a message with smpp my message show automatic in mobile but i want showing message in inbox
how i can do it ?
my code is this :
Inetlab.SMPP.SmppClient client = new Inetlab.SMPP.SmppClient();
client.Connect("x", x);
if (client.Status == Inetlab.SMPP.Common.ConnectionStatus.Open ...
when i send a message with smpp my message show automatic in mobile but i want showing message in inbox
how i can do it ?
my code is this :
Inetlab.SMPP.SmppClient client = new Inetlab.SMPP.SmppClient();
client.Connect("x", x);
if (client.Status == Inetlab.SMPP.Common.ConnectionStatus.Open ...