时间:2019-03-17 标签:c#Skype 3rd party
我有一个应用程序想要使用 skype4com 与 Skype 进行通信。每次我在 Skype 中运行 skype.attach(6,false) 都会弹出一条消息,说 app.exe 想与你连接。允许还是不允许?有没有办法以编程方式允许 app.exe 附加到 Skype?
I have an application that wants to communicate with skype using skype4com. Everytime i run skype.attach(6,false) in skype pops up a message saying that app.exe wants to conect with u. Allow it or no? Is there a way I can programatically allow the app.exe to attach to skype?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
出于安全原因,此消息将始终弹出,以提醒 Skype 用户有第三方程序想要附加。但是,每个应用程序只应发生一次。每次都重新编译吗?
For security reasons, this message will always pop up to alert the Skype user that a third-party program wants to attach. However, it should only happen once per application. Are you recompiling each time?