积极答复者
关于Lync2013 二次开发(Client)的登录功能!

问题
-
我在官网看到了一个登录的例子,但是有个问题!
代码:
public void SignIn(string UserUri, string UserNameDomain, string Password)
{
LyncClient.GetClient().ClientStateChanged += myClient_ClientStateChanged;
try
{
IAsyncResult ar = LyncClient.GetClient().BeginSignIn(UserUri, UserNameDomain, Password, null, null);
}
catch (NotInitializedException)
{
MessageBox.Show("Lync error!");
}
}这个LyncClient.GetClient().ClientStateChanged里的.ClientStateChanged报错了,为什么他报:是否缺少using指令或 程序集引用?
答案
-
你提交的问题放错了论坛,关于Lync的二次开发问题应该最好提问到下面的论坛:
http://social.msdn.microsoft.com/Forums/lync/en-US/home?forum=communicatorsdk
If my post is helpful,please help to vote as helpful, if my post solve your question, please help to make it as answer. My sample
- 已建议为答案 CaillenModerator 2013年8月19日 13:07
- 已标记为答案 Jason Dot WangModerator 2013年8月22日 1:05
全部回复
-
你提交的问题放错了论坛,关于Lync的二次开发问题应该最好提问到下面的论坛:
http://social.msdn.microsoft.com/Forums/lync/en-US/home?forum=communicatorsdk
If my post is helpful,please help to vote as helpful, if my post solve your question, please help to make it as answer. My sample
- 已建议为答案 CaillenModerator 2013年8月19日 13:07
- 已标记为答案 Jason Dot WangModerator 2013年8月22日 1:05