JAVA/CORBA クラス


getAllUnreadDocuments メソッド
データベース内にあるすべての未読文書の文書コレクションを作成します。

メモ このメソッドは R8 で新しく追加されました。

定義位置

Database

構文

public DocumentCollection getAllUnreadDocuments([string userid])
   throws NotesException

パラメータ

string userid


戻り値

DocumentCollection


使用法

データベースが未読マークをトラッキングしない場合は、すべての文書が既読文書と認識され、このメソッドにより空のコレクションが返されます。

詳しくは、DocumentCollection クラスを参照してください。

クロスリファレンス

LotusScript NotesDatabase クラスの GetAllUnreadDocuments メソッド