class CCopiagenda
class CCopiagenda : public CObjectSource file(s): Copiagenda.cpp; Copiagenda.h
This class provides access to the Copiagenda service that allows us to retrieve our contact list through an HTTP interface. To use this service you must send the SMS "Alta" to "222".
This API allows us to perform the following operations:
- Retrieve our contacts stored in Copiagenda service. The contact list is received in CSV format that you can store and use later.
You will need a SIM card with 128Kb to be able to copy your SIM contacts.
You can check billing information here
Methods
| RetrieveContacts | Performs contact list retrieval |
Sample Code
| MultiSend | Sample application to illustrate Copiagenda, SMSSender and MMSSender APIs |