![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
When it connect to Exchange then it is loaded. Duh
-- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged. "Stuart Parker" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
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 ? "Peter Foldes" wrote in message ... When it connect to Exchange then it is loaded. Duh -- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged. "Stuart Parker" wrote in message ... 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 |
#4
|
|||
|
|||
![]()
Have you looked at the Application.MAPILogonComplete event?
-- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Stuart Parker" wrote in message ... 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 |
#5
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can only see outlook when its fully maximized... | Ehren | Outlook - Installation | 4 | July 19th 12 09:51 AM |
Outlook 2000 not fully closing | Will[_2_] | Outlook - General Queries | 3 | November 27th 07 03:42 AM |
Help me FULLY reinstall Outlook 2000 | Valerie : ) | Outlook - Installation | 2 | June 12th 06 04:21 PM |
Outlook Express will not open fully | Scott S. | Outlook Express | 2 | May 24th 06 05:30 AM |
How to check that mail is fully loaded | Sanjay Singh | Outlook and VBA | 0 | March 30th 06 07:08 AM |