Report on unread messages

Is there a way of running a report on users mailfiles to determine how many “unread” messages they have in their mailfile.

Thanks.

Subject: no

unread marks are specific to the User ID being used. there is no way for one user to get unread marks for another user.

Subject: GetAllUnreadDocuments method?

From the Designer Help:Creates a note collection of all unread documents in the database.

Note This method is new with Release 8.

Defined in

NotesDatabase

Syntax

Set notesNoteCollection = notesDatabase.GetAllUnreadDocuments( [username] )

Parameters

username

String. Optional. If present, the method returns unread documents on behalf of the given name. If omitted, the method returns unread documents on behalf of the current user ID.

Return value

notesNoteCollection