- Quick start guide
- System requirements
- Features
- Technology
- Installation guide
- Mobile networks
- SMS from Application and Office
- Developers guide
- SMS from SQL
- C# SMS API
- C# SMS API
- Send SMS from C#
- Receive SMS in C#
- C# sms api - connect
- C# sms api - disconnect
- C# sms api - keepalive
- C# sms api - send
- C# sms api - accepted
- C# sms api - not accepted
- C# sms api - submitted
- C# sms api - submit failed
- C# sms api - delivered
- C# sms api - delivery failed
- C# sms api - alphanumeric
- C# sms api - short code
- C# sms api - message
- C# SMS script
- C# HTTP sms
- C# SQL to SMS
- HTTP SMS API
- PHP SMS API
- VB.NET SMS API
- Programming APIs
- Service providers
- Linux SMS gateway
- Administrators guide
- SMS Marketing Platform
- Appendix
- Training
Ozeki brings you outstanding
SMS Gateway technology. Use our SMS Server products on Windows,Linux, or Android
C# SMS API
Developers can use our C# SMS API to send SMS from C#.Net. The C# SMS API comes with full source code
PHP SMS API
The ozeki PHP SMS gateway software can be used to send SMS from PHP and to receive SMS usig PHP on your website
SMPP SMS Gateway
SMS service providers use our SMPP gateway solution, that offers a high performance SMPP server and SMPP client gateway with amazing routing capabilities
C# SMS API submit successful
SMS submitted successfully in the C# SMS API means that the SMS messages was successfully sent to the mobile network by the Ozeki SMS gateway. This SMS submit successful event occurs if the SMS gateway receives an SMS submit report from the network.
The C#/.Net SMS api sms submitted successfully event
If an sms is sent by the C# SMS api the confirmation that the SMS was delivered to the mobile network is indicated in the form of the SMS submit successful event. Your C#/.Net sms client will receive this event without any delay after the mobile network return an SMS submit successful report.
To handle the OnMessageSubmitSuccess event in your C# SMS API class use these steps:
- Write the C# event handler for the OnMessageAcceptedForDelivery event
- Send an SMS in your C# sms api host application, and record the sms message ID
- Process the incoming OnMessageAcceptedForDelivery event using the sms messages ID in your C# sms api code
C# sms api submit successful example:
Client.OnMessageSubmitSuccess += Client_OnMessageSubmitSuccess; static void Client_OnMessageSubmitSuccess(object sender, OzxArgs<string, DateTime> e) { Console.WriteLine("Message submitted. ID: "+e.Item1+" Date: "+e.Item2); }
If you use an SMPP client to send the SMS messages to the mobile network, the SMS submit success event happens, when the SMPP server returns an SUBMIT_SM_RESP pdu. The event handler you write when you sign up to this event in the C# sms api, will receive the SMS messages ID and the SMS submit time stamp.
If you use the C# SMS API with an Android SMS Gateway, you will receive this event when the SMS messages leaves the SMS Server running on the Android phone. In other words your C# sms api will be notified when the SMS is accepted by the GSM base station.
More information
- How to send SMS from C#
- How to receive SMS in C#
- C# SMS API connect to send SMS
- C# SMS API - disconnect from SMS gateway
- C# SMS API - keepalive SMS connection alive
- C# SMS API - send a text message
- C# SMS API - SMS accepted for deliery event
- C# SMS API - SMS not accepted for delivery
- C# SMS API - submit failed
- C# SMS API - delivery report successful
- C# SMS API - delivery failed report
- C# SMS API - alphanumeric sender ID
- C# SMS API how to use short code as sender ID
- C# SMS API text message class