PDA

View Full Version : Solved: How to Tell if a an Email Item is Currently Being Displayed



mjbeam
03-30-2011, 01:16 PM
Is there a property for an email (DocumentItem) that will tell me if an email is currently being displayed, either in the preview pane or if it is currently open in its own window?

From the object browser in the VBA editor I see that the DocumentItem has a Display method that will cause the item to be displayed, but is there a property that I can read to tell if an item is already being displayed?


EDITED TO ADD: Nevermind, I found it. There is a list of items currently being displayed in the Inspectors collection. This doesn't return an item being reviewed in the preview pane but it will work for what I need.