是否可以为 Skype for Business(以前称为 MS Lync)开发插件?

Is it possible to develop an add-in for Skype for Business (formerly MS Lync)?

感谢观看。

我需要为 Skype for Business UI 开发一个插件,其方式类似于为 Excel 或 Outlook 开发插件的方式。这可能吗?

我找到了有关使用 Skype API 将 Skype for Business 与 其他 应用程序集成的文档和几个教程,但我找不到太多关于构建插件的信息用于 Skype for Business 本身。

我希望能够执行以下操作,例如向 Skype for Business 添加自定义菜单项 UI、集成自定义对话 window 扩展、从聊天中捕获和使用数据 window、联系人列表等。需要说明的是,我希望在用户同意的情况下完成所有这些工作。

感谢任何答案、建议、链接等。

实际上并没有 Skype For Business 的加载项系统。在 Lync 时代,提供附加内容的解决方案是通过 Conversation Window Extensions or CWEs,我相信它们在某些方面仍然适用于 Skype for Business,但技术本身目前并未更新。

您希望更好地自定义客户端软件,这有助于使用 Unified Communications Web API - a RESTful Web API, but you might find yourself limited in that Microsoft is providing a JavaScript SDK and tools for Android/iOS with an App SDK. If UCWA is the route you go there is quite a bit of documentation on MSDN for implementing the basic tasks.

实现自定义 client/functionality