PDA

View Full Version : Detect Displayed Mailitem



acchillo
08-24-2010, 11:08 PM
I need to run some code after an email is fully displayed.

However, both the newInspector and the Open events are triggered too early. The first when the window is about to be created, the latter just before the email is shown.

Is there any other event I can use, or some code inside an event handler that waits until a mailItem is shown in full in its window?