简体   繁体   English

通过SDK与Lync 2010和2013集成

[英]Integration with Lync 2010 and 2013 via SDK

I'm working on a small WPF application which changes the user's availability and status message in Lync. 我正在开发一个小型WPF应用程序,它可以在Lync中更改用户的可用性和状态消息。 I'm currently using the Lync 2010 SDK, but I'd like the app to support both 2010 and 2013 versions. 我目前正在使用Lync 2010 SDK,但我希望该应用程序支持2010和2013版本。

What's the best way to support both versions in my application? 在我的应用程序中支持这两个版本的最佳方法是什么?

Is the 2013 SDK backwards-compatible? 2013 SDK是向后兼容的吗? Will I need to include both DLL versions in my app and somehow select the correct one at runtime? 我是否需要在我的应用程序中包含这两个DLL版本,并以某种方式在运行时选择正确的版本?

2013 sdk is not backwards compatible and it includes a fair amount not in the 2010 sdk. 2013 sdk不向后兼容,它包括不在2010年sdk中的公平数额。 For the availability work I'd use the 2010 SDK as that will work with the 2013 client. 对于可用性工作,我将使用2010 SDK,因为它将与2013客户端一起使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM