1

I want to Check whether a NSF file is Encrypted or not (using C#). And if it Encrypted i want to Decrypt those NSF Files and Save them on different path. Currently i am using " Domino.dll".

Preeti
  • 1,386
  • 8
  • 57
  • 112

1 Answers1

1

If you drop into the "C API" for Notes, there is a method named NIFDbIsLocallyEncrypted, which returns a boolean. There is some sample code here. For background on the Notes C API Toolkit, see here

Ed Schembor
  • 8,090
  • 8
  • 31
  • 37