使用“Interop.Domino.dll”从Domino Server访问“mail \ ServerMailFile.nsf”文件中的邮件

时间:2009-08-08 09:12:42

标签: c# lotus-notes lotus-domino interop-domino

我可以从“mail / usermail.nsf”文件中打开联系人,待办事项列表。 但无法打开或访问邮件。

我使用以下代码访问“日历”:

_serverDatabase = _lotesNotesSession.GetDatabase("", "mail\ServerMailFile.nsf", false);
 NotesView LotusNotesView = _localDatabase.GetView("Calendar");

有没有类似的方式来访问邮件?

1 个答案:

答案 0 :(得分:1)

尝试使用NotesView LotusNotesView = _localDatabase.GetView(“($ Inbox)”);

“日历”视图仅获取日历文档(会议,提醒,约会等)。