在 vb .net 中使用 MyPhoneExplorer 发送短信

Send sms with MyPhoneExplorer in vb .net

除了 twilio,如果我们想使用我们的 android phone 发送短信或拨打电话,我们可以使用我的phoneexplorer,安装我的phone个人电脑和手机上的资源管理器将它们与 wifi 蓝牙或 USB 连接,然后连接您的电脑和手机,然后使用以下代码发送短信或您想要执行的任何其他操作,此处提到 https://www.fjsoft.at/forum/viewtopic.php?t=42&sid=04edc8027852e72f7c8679d6f3a137ac

 Process.Start("C:\Program Files (x86)\MyPhoneExplorer\MyPhoneExplorer.exe", "action=sendmessage savetosent=1 number=0123456789 text="your text here.%n Any text")

确保申请地址正确,

我试图在网上找到解决方案,但找不到,所以我想分享给任何人,如果他们需要这个

install Myphoneexplorer both on pc and mobile connect them with wifi Bluetooth or USB then connect your PC and mobile then use the following code to send SMS or any other action you want to do which is mentioned here https://www.fjsoft.at/forum/viewtopic.php?t=42&sid=04edc8027852e72f7c8679d6f3a137ac

 Process.Start("C:\Program Files (x86)\MyPhoneExplorer\MyPhoneExplorer.exe", "action=sendmessage savetosent=1 number=0123456789 text="your text here.%n Any text")

确保申请地址正确,