WS_MailUpSend.GetSMS
Returns all the text messages (SMS) created within a list
Method parameters
- string GetSMS(string accessKey, intlistID)
- accessKey: access key obtained using the LoginFromId method
- listID: Id of the list in which the desired SMS are contained. Lists and corresponding IDs can be obtained calling the GetLists method
If error code=0, the message will contain the IDs of all the SMS in the list.
SOAP Examples
SOAP Response
<GetSMSResult> <errorCode>0</errorCode> <errorDescription></errorDescription> <list> <listID>1</listID> <listName>Lista nr.1</listName> <messages> <SMS> <smsID>1</ smsID > <subject>SMS nr.1 Aprile 2009 | Le novità del mese</subject> <creationdate>20090402</creationdate> </SMS> </messages> </list> </GetSMSResult>