The SMSMessage object represents a SMS message.
It can be used to send a new message to a phone number, or combined with a
SMSInterceptor it can be used to receive SMS messages.
Example:
'Sms is an SMSMessage object.
Sms.New1("987-654321","This is the message body.") 'Message will be
created and sent.