如何使用 skype4com 将 Skype 用户状态从在线更改为离开?
如何使用 skype4com dll 更改我的 Skype 状态(从在线到离开、离线)?我正在使用 C# 工作。提供示例代码的答案对我来说最有帮助。
How can I change my Skype status (from online to away, offline) using skype4com dll? I am working in C#. Answers that provide sample code would be most helpful to me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
连接到 Skype 后,您只需调用 ChangeUserStatus 方法:
Once you have attached to skype you just need to call ChangeUserStatus method:
我相信您可以通过 Skype Public API 使用
GET USERSTATUS
命令 (" Skype 附件”),它使您能够获取或设置用户的状态。API 参考文档位于此处。
I believe you can use the
GET USERSTATUS
command via the Skype Public API ("Skype Accessories"), which enables you to get or set the user's status.The API reference documentation is here.