C# 中的 Web 服务和 Lotus Domino Server

本文关键字:Lotus Domino Server 服务 中的 Web | 更新日期: 2023-09-27 18:35:20

Hy 我的问题是,

例如,我在.net C#中连接到MS Exchange Server 2007 - 2013

使用 ews 托管 API 2.0 与类似此连接字符串:

     ...
     service = new ExchangeService(); 
     service.Credentials = new WebCredentials("user Email", "Password");
     service.AutodiscoverUrl("user Email");
     ...

连接到 Lotus Notes Domino Server 版本 7-9 以及 GroupWise Server 会是什么样子?

C# 中的 Web 服务和 Lotus Domino Server

我找到了一个链接,似乎可以回答你的问题:

http://per.lausten.dk/blog/2011/09/integrating-a-lotus-notes-application-with-exchange.html