Unable to read nsf file letters programmatically

I am trying to programmatically read the letters of an nsf file using C #. But I could not get the views. Below is the code I used to get views

_InboxView = _serverDatabase.GetView("($Inbox)");

My nsf file template is completely different.

Why can't I get an idea? please suggest.

+4
source share
1 answer

The line of code that you sent takes the database (did you check if, for example, _serverDatabase is initialized?) And tries to open a folder or view with the program name "($ Inbox)". In your template, this name can really be everything.

/ ( NotesView-Class), .

, Notes: View - Go To... , . "" ( "", ), , , . " \ ".

, Domino Designer : ( ).

0

Source: https://habr.com/ru/post/1613309/


All Articles