![]() |
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,
I'm developing shared AddIn for Outlook 2003, C# 2.0. i catch the system's logoff/shutdown occurence. i tried to use diferent events from but Microsoft.Win32. SystemEvents. .... they are not fired. any suggesiotn. |
Ads |
#2
|
|||
|
|||
![]()
In an addin for Outlook 2003 you should be handling OnDisconnection() anyway
from the Extensibility interface. In addition, for 2003 and earlier you need to handle Explorer.Close() and Inspector.Close() and if in either of those 2 event handlers there are no more Explorers and no Inspectors then you release all of your Outlook objects so that OnDisconnection() can fire. You also should have a OnBeginShutdown() handler of course for the Extensibility interface. I handle both of those Extensibility interface events plus the 2 Close() events and from there call my teardown code. -- 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 "j" wrote in message ... Hi, I'm developing shared AddIn for Outlook 2003, C# 2.0. i catch the system's logoff/shutdown occurence. i tried to use diferent events from but Microsoft.Win32. SystemEvents. .... they are not fired. any suggesiotn. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sudden shutdown | bill | Outlook - General Queries | 7 | July 11th 09 02:26 PM |
Spontaneous OE6 Shutdown | vince | Outlook Express | 24 | June 11th 09 09:03 PM |
MagicRotation shutdown OE | Outlook Express | 7 | April 11th 07 10:26 AM | |
Does not exit at Win shutdown | Evan | Outlook - Installation | 1 | March 10th 07 08:48 PM |
outlook shutdown | [email protected] | Outlook - General Queries | 1 | April 26th 06 03:06 AM |