New1
Previous
Next
Creates a new SMSMessage object and sends it to the specified address.
Syntax: New1 (PhoneNumber As String, Text As String)
Example:
'Sms is an SMSMessage object.
Sms.New1(
"987-654321"
,
"This is the message body."
)
'Message will be created and sent.