Search code examples
c#lotus-noteslotus-dominointerop-domino

How to access "nsf file" if Lotus notes not installed on your machine?


Currently i can access nsf all nsg files.But once i uninstall Lotus Notes form my machine program doesn't work.

I am using "Introp.Domino.dll". Language: C#


Solution

  • I did this a long time ago, and if I remember it correctly it's not possible to use the Introp.Domino.dll without the Notes client installed.

    A solution is to parse the xml returned when you add the " ?ReadViewEntries " to the nsf url.

    youdominoserver/names.nsf?ReadViewEntries 
    

    Good luck,
    rAyt