How to tell when Outlook is fully loaded?

S

Stuart Parker

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
 
S

Stuart Parker

Thanks for not actually answering my question with your genius response.
And I check this how? write a webcam interface and point the camera at the
"Connected to Microsoft Exchange" in the status bar ?
 
S

Sue Mosher [MVP-Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top