尝试使用 C# 访问 Lotus 邮件收件箱时收件箱返回 null

发布于 2024-10-03 11:03:33 字数 215 浏览 1 评论 0原文

我正在使用 C# 将 Lotus 邮件收件箱集成到我的应用程序中。我正在尝试调试我的 C# 代码,在这个过程中,我在代码 db.GetView("$Inbox") 附近的收件箱中得到一个空值。我正在访问 Lotus我公司的 mail client8 和我尝试使用我的 C# 应用程序访问它。在调试时,我什至关闭了我的邮件客户端并尝试,但结果仍然相同。请帮助我哪里出错了......因为它非常紧急。提前致谢......

I am using c# to integrate Lotus mail inbox woth my application.I am trying to debug my c# code and in that process i m getting a null value at my inbox near the code db.GetView("$Inbox").I am accessing Lotus mail client8 in my company and i tried accessing the same with my c# application. while debugging i even closed my mail client and tried but result remained same.Please help me where i went wrong..as its very urgent.Thanks in Advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

围归者 2024-10-10 11:03:33

这是一个隐藏文件夹,使用

GetView("($Inbox)")

It's a hidden folder, use

GetView("($Inbox)")
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文