"Nilanjan Mitra" <bappamitra (AT) hotmail (DOT) com> wrote
Quote:
Hi All,
But right now it is
reading all the mails present in the Inbox irrespective of whether they
are
read or unread, hence it will again and again download all the attachments
(for previous mail also, which we do no want) |
True, because what you've told it to do is open a specific view, and get all
the documents in that view. It is obeying your instruction.
Quote:
"db.UnProcessedDocuments" is giving error in this case. Is says, "Not
Implemented" in the exception error message (Inside Catch
block--àex.message). |
True - because you've not selected any documents.
What you may wish to do is modify your mail template in Lotus Notes so it
contains an additional view; copy the Inbox folder and change the select
criteria by constraining it to only unread messages.
Then, open that view in your VB.NET code and get its
NotesDocumentCollection.
Regards,
David W