
Quick question about the Inspectors collection behavior
The inspector will not be deleted from the Inspectors collection if you hold a
reference to it, and you need a reference to the inspector to access any of its
properties.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
Quote:
> Hi,
> Can anybody clue me if an inspector is deleted from the
> inspectors collection when the Close method is used? And what happens when a
> variable holding the pointer to that very inspector calls a method, say
> HidePageForm or Activate? Is it added again to the collection or is an error
> message showed? Is it deleted at all?
> Tales Normando