开发者

How to check Mail Read or Unread Property (Lotus Notes) using C#

开发者 https://www.devze.com 2022-12-08 18:38 出处:网络
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开发者_Python百科)The unread marks table is not exposed through the \"back-end c

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开发者_Python百科)


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 Documentation

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号