有谁知道如何向 MSN Messenger 发送消息?
我正在尝试让我的 Windows 应用程序向两个 MSN Messenger 帐户发送消息。因此,我从 MSNPSharp 库 中获取了代码并进行了查看。
我可以毫无问题地进行身份验证/登录。但是一旦我这样做了,我就不知道如何向其他两个用户发送简单的短信。
这些用户是否需要获得批准?
有人可以帮我吗 - 也许可以展示一些示例代码?
干杯:)
I'm trying to have my windows application send a message to two msn messenger accounts. So, I grabbed the code from the MSNPSharp library and had a look in that.
I can authenticate/sign in without a problem. But once i've done that, I have no idea how to send a simple text message to two other users.
Do those users need to be approved ?
Can someone help me please - maybe show some sample code?
cheers :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看对话中的示例代码form 可能会有所帮助:
有一个 Conversation 对象可用于发送消息。一旦我有更多时间,我就会举一个例子。
Looking through the example code from the conversation form may help:
There is a Conversation object that you use to send the message. As soon as I get some more time I'll whip up an example.