Problem in getting UnprocessedDocuments and CurrentDatabase using C# (domino.dll)
Posted
by Preeti
on Stack Overflow
See other posts from Stack Overflow
or by Preeti
Published on 2009-10-29T07:50:54Z
Indexed on
2010/03/13
10:05 UTC
Read the original article
Hit count: 590
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.
© Stack Overflow or respective owner