Hello all,
Im a newbie with Lotus Notes development so bear with me if Im asking an obvious question.
Im using the “Lotus Domino Objects” via VB, to read the “Inbox” via the “NotesView” object, which returns the “Documents” as expected.
Problem is there does not appear to be any “read” property. This is key, as I only want to process unread messages.
Ive read some documents/forums discussing this, and have seen some code to retrieve unread messages by binding in the C-API calls, but these seem to be a bit hit and miss.
Has anyone got any code to do this suprisingly confusing function? Or can they explain why theres no “.Read” property against the object?
Also, does anyone know if theres any documentation specifically for the COM objects as Im relying on the C-API documentation at the moment. Any other useful resources would be appreciated.
Any help much appreciated!