在Internet Explorer中显示Communicator状态信息

问题描述:

对于我们的某个项目,我们需要显示来自Microsoft Communicator的用户信息。客户的公司有自己的Office Communicator基础结构,但遗憾的是CWA未启用,因此无法使用Web服务。我们也无法访问服务器基础架构,所以我认为UCMA也不是一个选项。

Hi,

for one of our projects we have the requirement to display information of users from the Microsoft Communicator. The customer's company has
an own Office Communicator infrastructure but unfortunately CWA is not enabled so webservices cannot be used. We also do not have access to the server infrastructure so I think UCMA will also not be an option.

我们特别需要"note"的内容。字段,显示在Communicator窗口的顶部,例如,存储不在办公室的消息。实际上我们只需要获取用户的OOF并在浏览器中显示它们(这是一个Java Web应用程序)。

We specifically need the content of the "note" field, displayed on top of the Communicator window where e.g. the out of office message is stored. Actually we only need to fetch the OOF of users and display them in the browser (It's a Java web-application).

一种方法是使用Communicator的本地安装客户端的PC与Communicator服务器通信。我找到了一种通过指定用户的电子邮件地址来显示用户在线状态的方法:
http://msdn.microsoft.com/en-us/library/ms455335.aspx

One way could be to use the local installation of the Communicator on the client's pc to communicate with the Communicator server. I have
found a way to display the online status of users by specifying their email address:
http://msdn.microsoft.com/en-us/library/ms455335.aspx

但不幸的是"注意"字段不显示。

But unfortunately the "note" field is not displayed.

任何帮助将不胜感激!

您可以在浏览器中获取用户的注释,但是您需要使用ActiveX控件来执行此操作。如果在客户端上安装了Office,则可以使用Sharepoint使用的Office安装的角色控制。否则,您将需要为您的网页安装自定义ActiveX控件。您可以在此处下载这两种方案的示例:


Web应用程序中的存在 - Microsoft Office Communicator 2007自动化API示例



http://www.microsoft.com/downloads/details.aspx?FamilyId=32CA6DA5-42A2-4B96-B13C-644AD8256645&displaylang=en
>
You can get the note for the user in the browser, but you will need to use an ActiveX control to do this.  If Office is installed on the client, then you can use the Persona Control installed by Office that Sharepoint uses.  Otherwise you will need to install a custom ActiveX control for your web page.  You can download a sample of both of these scenarios  here:


Presence in Web Applications - Microsoft Office Communicator 2007 Automation API Sample


http://www.microsoft.com/downloads/details.aspx?FamilyId=32CA6DA5-42A2-4B96-B13C-644AD8256645&displaylang=en