The information in this article applies to:
SYMPTOMSYou create an Outlook COM Add-in, but Outlook does not fully quit when you click Exit on the File menu. CAUSE
This typically happens when you use an Explorer or Inspector object variable and it is not properly released by the COM Add-in. RESOLUTION
Implement the Close event for the Explorer or Inspector object, and then set the corresponding object variable to Nothing at the end of that event. http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.aspThe following code segment illustrates how you can declare an Explorer object WithEvents and implement the corresponding Close event that will fire just before the Explorer window closes.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. REFERENCES
For additional information about available resources and answers
to commonly asked questions about Microsoft Outlook 2000 solutions,
please see the following article in the Microsoft Knowledge Base: Q146636 OL2000: Questions About Custom Forms and Outlook Solutions Additional query words: OutSol OutSol2000 OL2K
Keywords : kbdta |
Last Reviewed: November 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |