如何使用C#检查邮件已读或未读属性(Lotus Notes) [英] How to check Mail Read or Unread Property (Lotus Notes) using C#

查看:198
本文介绍了如何使用C#检查邮件已读或未读属性(Lotus Notes)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用C#检查邮件的已读和未读属性. 即要检查是否已阅读邮件. (使用Domino.dll)

I want to check mail read and unread property using C#. i.e want to check whether mail is read or not. (using Domino.dll)

推荐答案

未读标记表不会通过后端类"(这是最可能与Domino.dll一起使用)公开的.这可以通过较低级别的C API来使用-需要处理更多的工作,但是如果您感兴趣,请查看"NSFDbGetUnreadNoteTable",它带有数据库句柄并返回"IDTable"的句柄(本质上是一个文档收集).

The unread marks table is not exposed through the "back-end classes" (which is what you are most likely using with Domino.dll). This is available thorugh the lower level C API - it's a bit more work to deal with, but if you are interested, look at the "NSFDbGetUnreadNoteTable", which takes a database handle and returns a handle to an "IDTable" (essentially, a document collection).

IBM文档

这篇关于如何使用C#检查邮件已读或未读属性(Lotus Notes)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆