データベース内のすべての未読文書の文書コレクションを作成します。
public DocumentCollection getAllReadDocuments()
throws NotesException
public DocumentCollection getAllReadDocuments(string userid)
throws NotesException
string userid
オプション。指定すると、このメソッドにより、指定された名前の代わりに未読文書が返されます。省略すると、現在のユーザー ID の未読文書を返します。
DocumentCollection
新規文書コレクションを返します。
データベースが未読のマークをトラッキングしない場合、すべての文書は既読として認識され、このメソッドにより空のコレクションが返されます。
詳しくは、DocumentCollection クラスを参照してください。
LotusScript® NotesDatabase クラスの GetAllUnreadDocuments メソッド