If Outlook isn't running then ItemLoad won't fire and Explorers have nothing
to do with open items, Inspectors are associated with open items as I've
mentioned a number of times.
When a Simple MAPI Inspector is opened (from the file system or a Send To
action) you don't get any events, not even the
Application.Inspectors.NewInspector event, even if Outlook is already
running at the time. The only indication that a Simple MAPI Inspector has
been opened is that the Inspectors.Count property is incremented when that
Inspector is added to the Inspectors collection. The only access to that
Inspector is through the Inspectors collection. What I told you is the only
way.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Andre Maas" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've tested 2 events.
>
> 1. Application.ItemLoad and
> 2. Application.ActiveExplorer().SelectionChange
>
> it seems that the second event isn't the right one because of
> 'ActiveExplorer()'.
>
> But all i tested i never get the Application.Inspectors.Item(1). :-(
>
> Is there a special event i must listen to?
>
> Regards
> Andre