当前位置:编程学习 > 网站相关 >>

GetAllUnreadDocuments 在C#中的调用

我看IBM文档里有 GetAllUnreadDocuments 用来获取未读邮件的方法,请问这个方法在domino的COM里有没有?我注册了nlsxbe.dll这个dll,然后引用了Domino,但是找不到 GetAllUnreadDocuments ,是dll太老了还是因为什么?
有没有高手帮忙看看?
谢谢。 --------------------编程问答-------------------- 你的dll必须是R8以上版本的,这个方法只在R8以上版本支持,支不支持COM似乎没有特别说明:
GetAllUnreadDocuments method
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.GetAllReadDocuments( [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

NotesNoteCollection. The new note collection.

Usage
If the database does not track unread marks, all documents are considered read.

For more information, see the NotesNoteCollection class.

Language cross-reference
getAllUnreadDocuments method in Java Database class

补充:企业软件 ,  Lotus
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,