データベース内のすべての既読文書の文書コレクションを作成します。
public DocumentCollection getAllReadDocuments()
throws NotesException
public DocumentCollection getAllReadDocuments(string userid)
throws NotesException
string userid
オプション。指定すると、このメソッドにより、指定された名前の代わりに既読文書が返されます。省略すると、このメソッドにより、現在のユーザー ID に対応する既読文書が返されます。
DocumentCollection
新規文書コレクションを返します。
LotusScript® NotesDatabase クラスの GetAllReadDocuments メソッド