从网络发送 Skype 消息
是否可以在不使用 Skype 桌面应用程序的情况下从网络发送 Skype 消息。 例如:用户输入他的 Skype 用户名、目标 Skype 用户名和消息,然后可能会有来自 Skype 的授权请求,他输入他的用户名和密码,然后消息将发送给收件人。
我还想知道是否可以以某种方式向那些选择“仅允许我的联系人列表中的人发送即时消息”并且发件人不在收件人联系人列表中的人发送消息。
如果有人知道,请写在这里或链接我可以找到有关此信息的资源。 提前致谢
Is it possible to send skype messages from web, without using the skype desktop application.
Ex: User inputs his skype username, destination skype username and message, then probably there would be authorization request from skype, he'd enter his username and password, and then message would be sent to the recipient.
I also wander if it is possible to somehow send message to those who have chosen "Allow IMs from people in my contact list only", and sender isnt in recipients contact list.
If anyone knows, please write here or link the resources where i can find information about this.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有尝试过,但这看起来很有希望:
http://www.codeproject。 com/KB/cs/skypecontrolapicsharp.aspx
Skype 开发人员博客也有一个示例:
http://blogs.skype.com/developer/2006/12/c_example_project_for_skype4co.html
I haven't tried it, but this looks promising:
http://www.codeproject.com/KB/cs/skypecontrolapicsharp.aspx
The skype developer blog also has an example:
http://blogs.skype.com/developer/2006/12/c_example_project_for_skype4co.html
是的,您可以。首先,您必须打开 Skype 应用程序。
然后在您的 ASP.NET 项目中只需导入 Skype4ComLib.dll,
然后使用以下命令向收件人发送消息:
Yes you can.First though your Skype application has to be opened.
Then in your ASP.NET project simply import the Skype4ComLib.dll
then send a message to a recipient using such: