I am working on a program that will auto reply to text messages with an automated message. The program is working as far as displaying a message with the incoming number of each incoming text message. I tried the following code, but it doesn't send an auto reply back when a text message comes in to my phone. In the MessageReceived procedure I added the code below. The From variable of MessageReceived does contain the incoming phone number for the incoming text message.
Dim smstxt as PhoneSms
smstxt.Send(From,"Test Autoreply")
Thank you
Dim smstxt as PhoneSms
smstxt.Send(From,"Test Autoreply")
Thank you