ActiveInspector

  • Thread starter Thread starter terje kristiansen
  • Start date Start date
T

terje kristiansen

Is there a way to keep track of the ActiveInspector with use of code?

If you open 2 or more MailItems - the events only work for the mailItem that
was last opened.

Any idea on how to keep track on the prev opened items?

terje
 
Usually the use of an Inspector wrapper is required to handle events
for more than one open Inspector. It's similar to the Explorer wrapper
shown in the ItemsCB COM addin sample on the Resources page at
www.microeye.com




Hollis D. Paul said:
wrote:
Any idea on how to keep track on the prev opened items?
Assuming that you are opening them by code, use a distinct name for all
the inspector objects you create.

Hollis D. Paul [MVP - Outlook]
(e-mail address removed)
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2195
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US

Mukilteo, WA USA
 
Back
Top