Lotus Notes Extension Manager Add-In - EM_NSFMARKREAD Event

Hello,

I am writing an extension manager for Lotus Notes, and I need to be

able to intercept an event when a note is marked as read, so I can fire

off an event. I have written my extension DLL using the C API, and am

able to intercept events, etc.

However, it seems like the EM_NSFMARKREAD event is not behaving as it

should. It does not get fired when I read an email, if fact, the only

time it gets fired is when I read a help file within Notes (which is

very strange).

If EM_NSFMARKREAD is not the way to go, what event should I use?

Subject: Lotus Notes Extension Manager Add-In - EM_NSFMARKREAD Event

HiI am also planning to write a notes add-In dll using Lotus Notes C API to manipulate rich text content, pls help where do I start, Is there any sample from IBM site, Pls help

Subject: RE: Lotus Notes Extension Manager Add-In - EM_NSFMARKREAD Event

It is a lot of work manipulating rich text, depending on how much you would like to do. I know, because I am the developer of the Midas Rich Text LSX, and it is not for the inexperienced. Still, if you want to get a start on it, take a look in the C API sample directory under the richtext subdirectory and there are several samples.