class CSMSReceiver
class CSMSReceiver : public CObjectSource file(s): SMSReceiver.cpp; SMSReceiver.h
This class provides the capability of receiving SMS messages through a POP interface.
This API allows you to receive SMS messages in your email account.
Messages must be sent to a defined telephone number that you will be assigned.
To get such number you have to send the following SMS message:
| Destination: | 638444900 |
| Text: | ALTA name@domain.com |
You will receive an email message in the provided address with the assigned telephone number (6384449xx) and a confirmation URL that you will have to follow within the following 2 hours to end registration process.
SMS messages sent to the assigned number (6384449xx) can then be retrieved from the given email address.
This API is free and available for any subscriber of any mobile operator.
To unregister from this service you have to send the following SMS message:
| Destination: | 638444900 |
| Text: | BAJA |
Methods
| CSMSReceiver | Constructor |
| Start | Starts retrieving of SMS messages via POP server |
Sample Code
| SMS Receiver | Sample code to show how to use SMSReceiver API |