View Single Post
  #5  
Old September 24th 08, 12:50 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to tell when Outlook is fully loaded?

No, there is no event like that. You can hook into
Application.MAPILogonComplete or maybe use the first
Explorer.SelectionChange, but the other add-ins aren't going to provide
notifications when they're initialized.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"Stuart Parker" wrote:

Hi,

So when outlook starts up, it loads my addin, and my addin's startup runs.
In the meantime outlook is loading other addins, and trying to connect to
exchange, blah blah.

It there any way to tell when outlook has finished doing all this, and is
fully initialized? an event perhaps? I would like my addin to wait and not
do anything until outlook has fully loaded and done all it's stuff.

Cheers


Ads