简体   繁体   English

Web服务和C#中的Lotus Domino服务器

[英]Webservices and Lotus Domino Server in C#

Hy my Questions is, 您好,我的问题是

for example i connect to MS Exchange Server 2007 - 2013 in .net C# 例如,我在.net C#中连接到MS Exchange Server 2007-2013

with the ews managed api 2.0 with simmilar this Connection string: 与带有类似符号的ews管理的api 2.0的此连接字符串:

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

and how would it look like for a connection to Lotus Notes Domino Server Version 7- 9 and maybe for GroupWise Server ? 以及与Lotus Notes Domino服务器版本7-9以及与GroupWise Server的连接看起来如何?

暂无
暂无

声明:本站的技术帖子网页,遵循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# 如何检查配置了Lotus Notes的Domino服务器的名称? 使用C# - How to check name of Domino Server to which lotus notes is configured? using C# c#在Lotus Sent文件夹中保存已发送的电子邮件(domino interop) - c# save sent email in Lotus Sent folder (domino interop) Lotus Domino:如何使用Domino.dll将部门的签名添加到通过C#发送的电子邮件中 - Lotus Domino: How can I add a department's signature to an email sent through C# using Domino.dll 如何使用“ Interop.Domino.dll”(C#)获取Lotus Notes密码(在本地计算机上)? - How to get Lotus Notes Password (on local machine) using “Interop.Domino.dll” (C#)? 使用C#中没有数据库名称连接到Domino服务器 - Connect to Domino server with out name of Database in C# 如何在C#中使用LDAP从Domino服务器列出邮箱 - How to list mailbox from Domino Server using LDAP in C# 如何使用c#和interop.domino.dll的用法在Domino服务器中插入新的注释文档? - how to insert a new notes document in the domino server with c# and the usage of interop.domino.dll? 如何从Domino服务器获取Lotus Notes事件日历数据? - How to take Lotus Notes Event Calendar data From the Domino Server? C#中的REST Web服务 - REST WebServices in C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM