Visual Basic:有没有办法将最后收到的 Skype 消息作为字符串检索?

Visual Basic: Is there a way of retrieving the last recieved Skype message as string?

我正在尝试在 Visual Basic 中创建一个应用程序,其中涉及以字符串形式检索 Skype 中最后收到的消息的功能非常方便。我试过用 Skype4COM API 搞乱一些东西,但我找不到办法做到这一点。

那么有没有办法将最后收到的 Skype 消息作为字符串获取?

设置好 Skype 对象后,假设它称为 Skype, 你会得到像这样的字符串形式的最后一条消息: 最后一条消息 = skype.Messages.Item(1).正文;