本文介绍了Lotus Notes-Retreive用户邮箱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我想从Domino服务器的用户邮箱中检索所有appointmnets/日程表.
我还需要获取约会详细信息,例如与之相关的组织者,开始/结束时间,主题和房间..
请帮帮我.

我正在尝试下面的代码,但未返回任何内容.

Hello,

I want to retrieve all appointmnets/Schedules from User mailbox of domino server.
also i need to get appointment details such as Organizer, Start/End time, Subject and Room associated with it..
Please help me.

I am trying below code but it is not returning anything.

serverDatabase = _lotusNotesServerSession.GetDatabase(DominoServerName,"mail.box", false);
                       //creating Lotus Notes  View
 _View = _serverDatabase.GetView("($Inbox)");

推荐答案


这篇关于Lotus Notes-Retreive用户邮箱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 18:21