.NET and Lotus Notes Interop

.net, interop, interop-domino, lotus-notes

Solution

Take a look at these resources:

- http://www.ibm.com/developerworks/lotus/library/domino-msnet/index.html

- http://www.codeproject.com/KB/cs/lotusnoteintegrator.aspx

- http://www.builderau.com.au/architect/database/soa/Create-an-ODBC-connection-to-a-Lotus-Notes-database/0,339024547,320282240,00.htm

Problem

I've Lotus Notes database file (.nsf) at some location, let's say: http://intranet.mycompany.com/somewhere/data.nsf Is it possible in any way to read from that location using any .NET language?

Original source