Hy my Questions is,
for example i connect to MS Exchange Server 2007 - 2013 in .net C#
with the ews managed api 2.0 with simmilar this Connection string:
...
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 ?