Search found 3 matches

by fireoff
Sun Jul 07, 2013 8:20 am
Forum: Inetlab.SMPP v1.0
Topic: i want use other Datacoding
Replies: 1
Views: 20638

i want use other Datacoding

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
by fireoff
Tue Jul 02, 2013 5:55 am
Forum: Inetlab.SMPP v1.0
Topic: put message in inbox
Replies: 2
Views: 24881

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
by fireoff
Mon Jul 01, 2013 10:49 am
Forum: Inetlab.SMPP v1.0
Topic: put message in inbox
Replies: 2
Views: 24881

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) { cli...