SOAP RESTfull - messagestatus
It is possible to request a MessageStatus from the server, given you have a MessageID and corresponding credentials.
The Message Status object looks like this:
ReadMessageStatus result
| ResponseCode | ResponseText | 
|---|---|
| 12100 | Could not validate the user. Wrong username or password | 
| 12230 | MessageID is too long. Limit is 50 chars | 
| 12299 | Exception in validateMessageID | 
| 123xx | Exception occured while fetching the message. | 
| 12430 | MessageID not found. | 
Statuscodes are:
StatusCode and StatusText
| StatusCode | StatusText | Description | 
| 10 | Submit requested | We have submittet the message to the operator. | 
| 1 | Enroute | The operator have accepted the message, and it is being delivered now. | 
| 2 | Delivered | Congrats. The message has succesfully been delivered to the handset. | 
| 6 | Accepted | The Operator have accepted the message (this usually comes before Enroute). | 
| 3 | Expired | The message was not delivered before 72 hours, so it will never be delivered. | 
| 4 | Deleted | The message has been deleted on the SureSMS server. | 
| 5 (and 1) | Undeliverable | The phone number is not available for SMS delivery (could be a landline) | 
| 8 | Rejected | The phone number is somehow blacklisted. | 
