Method parameters
...
- string SendSMSFast(string accessKey, int listID, string subject, string text, Option[] options)
- accessKey: access key obtained using the Login method
- listID: list identifier. Lists and corresponding IDs can be obtained calling the GetLists Method
- subject: subject of the text message
- text: body of the text message
- options: an array of key/value pairs for options setting. All the options listed for the WS_MailUpSend.CreateSMS method and WS_MailUpSend.SendSMS method are available for this method as well.
...