Hi all.
If I want to send an SMS to multiple recipients, can I just go
Dim myNewSMS as Phonesms
myNewSMS.Send("1234567;123456;44444;2222","This is a message from me")
I have had a look at the documents but cant see anything.
Currently I am sending an SMS to each person one at a time, but wondered if I was able to specify the recipents numbers in one go as (or similar) to the above whihc would be more efficent
Thanks, Jeremy
If I want to send an SMS to multiple recipients, can I just go
Dim myNewSMS as Phonesms
myNewSMS.Send("1234567;123456;44444;2222","This is a message from me")
I have had a look at the documents but cant see anything.
Currently I am sending an SMS to each person one at a time, but wondered if I was able to specify the recipents numbers in one go as (or similar) to the above whihc would be more efficent
Thanks, Jeremy