I have been able to successfully use the following example from the Outlook library to send text messages from a cell phone enabled device:
Sms.New1("987-654321","This is the message body.") 'Message will be created and sent.
However, I need to send simple text messages to an e-mail address just like it can be done from a standard cell phone. When replace the cell phone number in the example above with an e-mail address, it does not work. I am also trying to avoid enabling Outlook on the device.
Any advice on how to trick the command into using an e-mail address?
Sms.New1("987-654321","This is the message body.") 'Message will be created and sent.
However, I need to send simple text messages to an e-mail address just like it can be done from a standard cell phone. When replace the cell phone number in the example above with an e-mail address, it does not work. I am also trying to avoid enabling Outlook on the device.
Any advice on how to trick the command into using an e-mail address?