Launch an agent when Notes is opened

I am looking for help in setting up either an agent or a piece of LotusScript to run each time Lotus Notes is opened. Can someone please lend some advice? Thanks.

Subject: Launch an agent when Notes is opened

Maybe the PostOpen event of the local bookmark.nsf database??

Or if there’s some server-based database which EVERYONE opens first, put it there.

Subject: RE: Launch an agent when Notes is opened

I will be rolling out the 6.5 client later this year and was thinking of adding this code to the default mail template we would be pushing out.I will try the PostOpen event.

Thanks for the suggestion.