简体   繁体   English

Lotus Domino同时检索联机状态

[英]Lotus Domino sametime retrieve online status

Is there any way to use the com-api to get access to online status on sametime? 有什么方法可以使用com-api同时访问在线状态吗? The data should persist in a nsf-file right? 数据应该保存在nsf文件中,对吗? Or is this only accessible from the sametime rest api? 还是只能从同一时间的REST API访问?

I only want to access the online status of every user with c#. 我只想使用c#访问每个用户的在线状态。 Does anybody have any experience with this? 有人对此有经验吗?

I have used the com-api to retrieve room-status and booking rooms so it would have been nice if its possible to still use the com-api to access online status of users! 我已经使用com-api检索房间状态和预订房间,因此,如果仍然可以使用com-api访问用户的在线状态,那就太好了!

I have looked at this document http://www.redbooks.ibm.com/redbooks/pdfs/sg247037.pdf but isn't there any easier way? 我已经看过该文档http://www.redbooks.ibm.com/redbooks/pdfs/sg247037.pdf,但是有没有更简单的方法?

The status of users is not maintained in an NSF, and you don't use Domino/Notes APIs to access Sametime information, you would use the Sametime SDK NSF中未维护用户的状态,并且您不使用Domino / Notes API访问Sametime信息,而是使用Sametime SDK

There used to be a Sametime COM Toolkit, but it was removed in later versions. 曾经有一个Sametime COM工具包,但是在更高版本中已将其删除。 If you get an earlier version of the Sametime Toolkit (pre 8.x I think) you'll find it in there and it will still work. 如果您获得Sametime Toolkit的早期版本(我认为是8.x之前的版本),则可以在其中找到它,并且仍然可以使用。

If you have a Sametime proxy server, you can query the status of users using a REST api. 如果您拥有Sametime代理服务器,则可以使用REST API查询用户的状态。

Sametime Proxy, Sametime COM toolkit will all require authentication to login as a user. Sametime代理,Sametime COM工具包都将需要身份验证才能以用户身份登录。

The Sametime Community server toolkit, would actually be the most efficient toolkit, but it is a Java toolkit, so you'd need to wrap it to use it. Sametime社区服务器工具箱实际上是最有效的工具箱,但是它是Java工具箱,因此您需要对其进行包装才能使用。

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

相关问题 连接到远程Domino / Lotus Notes服务器以使用C#发送/检索用户邮件,联系人等 - Connecting to remote domino/lotus notes server to send/retrieve user mails, contacts, etc using C# 使用Interop.Domino.dll读取Lotus Notes和Domino邮箱 - Reading Lotus Notes & Domino Mailbox using Interop.Domino.dll 新的Lotus Domino文件中的日期格式问题 - Date format problem in new lotus domino document Web服务和C#中的Lotus Domino服务器 - Webservices and Lotus Domino Server in C# 调用Domino interop会使调用应用程序和Lotus Notes Client崩溃 - Calling Domino interop crashes calling application and Lotus Notes Client 使用Interop.Domino访问应用程序Lotus脚本 - Accessing application lotus scripts based using Interop.Domino Lotus Domino资料库中没有($ Inbox)或($ Draft)视图 - ($Inbox) or ($Draft) views does not exist in lotus domino database c#在Lotus Sent文件夹中保存已发送的电子邮件(domino interop) - c# save sent email in Lotus Sent folder (domino interop) 如何从Domino服务器获取Lotus Notes事件日历数据? - How to take Lotus Notes Event Calendar data From the Domino Server? Lotus Domino:如何使用Domino.dll将部门的签名添加到通过C#发送的电子邮件中 - Lotus Domino: How can I add a department's signature to an email sent through C# using Domino.dll
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM