Problem in getting UnprocessedDocuments and CurrentDatabase using C# (domino.dll)
- by Preeti
Hi,
I trying below code:
NotesSession = _lotesNotesSession.GetDatabase("", NsfFile, false);
_NewDatabase = _NotesSession.CurrentDatabase; ( Note : Showing "Not Implemented" exception.)
_UnreadDocCollection = _NewDatabase.UnprocessedDocuments;
Here i am trying to get list of Read and Unread Mails From Nsf File.
Regards,
Preeti
Explanation: When i am using _NotesSession.CurrentDatabase it's trowing "Not implemented" Exception for CurrentDatabase.