📜  使用 myphoneexplorer visual studio .net 发送短信 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:19.798000             🧑  作者: Mango

代码示例1
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")