Esendex provides the SendMessageConsole application to be used to send messages from a Windows desktop. This small application differs from PC SMS as it is executable from the command line. This means that it can be called, for example, from batch files or system monitoring tools.
The source code for this application is provided to developers primarily as a means to demonstrate how to send a message using the C# programming language. It also shows the best practices developers are encouraged to follow with regards to exception handling, etc.
After the initial basic checks to make sure enough command line parameters have been provided, the code can be segmented into the following sections:
Comments are provided in the code that describes these sections in more detail
Please view the Configuration File page for a description of the settings which can be applied.