api - How do I get/set Domino read status of messages via Domino COM Object? -
I have an application that interacts with Domino with Domino COM object, I send messages without problems, Find, remove, but not getting / set unread status. The Domino COM object is a method of achieving reading but it is always read. Does anyone have an alternative solution that works? I have not found anything to find online.
Domino has unread marks: Funny old animals come from many sources: unless you have specific There is an internal table of notes ID inside the NSF, you also have a "unread magazine" stored in the CACHE.DSK file of the local notes client.
All Recent Notes Notes (i.e. in the past 8/9 years), carry these unread tables inside the clients (I think Desktop DsK), and send them to server- Make aware, so that APIs can get a handle on unread marks. / P>
Unfortunately, this means that you might be out of luck with things like com, but as you've found, the C + + API should be OK.
Comments
Post a Comment