Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Visual Basic 中创建一个应用程序,其中包含将 Skype 中最后收到的消息作为字符串检索的功能非常方便。我已经尝试过使用 Skype4COM API,但我无法找到一种方法来做到这一点。
那么有没有办法将最后收到的Skype消息作为字符串获取?
一旦你有你的Skype对象设置,假设它被称为Skype,你会得到最后一条消息作为这样的字符串:lastmessage = skype.Messages.Item(1).Body;