If you get OnConnection you shouldn't bother with Startup, which fires
before OnConnection anyway.
You also may not get a valid ActiveExplorer at that point, certainly not
with Startup. Use the OnStartupComplete event for trying to get
ActiveExplorer. If ActiveExplorer isn't valid then handling OnUpdate won't
work.
--
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
<(E-Mail Removed)> wrote in message
news:0dfb49e0-e891-4668-a8fc-(E-Mail Removed)...
It is build with VB.NET, using the Shared-Add-in project.
The OnConnection Event works fine.
outApp.StartUp should fire on Outlook Application.Startup event.
Also OnUpdate on CommandBars doesn't start.
Thanx,
Ivan