Outlook addin shutting down by itself?

F

fbs 419

Does anyone know of an instance when an Outlook addin shuts down seemingly by itself? In this case, an Explorer Close gets fired, so our addin shuts down. This occasionally happens with no user intervention. I suppose some other addins could be responsible, but I have seen this happen when there are no other addins present.

Anybody seen this -- where some external thing causes an Explorer Close event?
 
K

Ken Slovak - [MVP - Outlook]

It could be any external code calling the Outlook.Application.Quit() method
for one thing.

It could also be an addin or other code causing the Outlook.exe process to
fire an exception it can't handle, therefore forcing Outlook to close. I've
seen that, for one example, when the Outlook object model is called from a
background thread rather than the main thread.

Also, I've seen Outlook just close when certain forms were opened that were
corrupted or had too many custom fields added.

Unless you can pinpoint when this happens and what else is running at that
time there's no real way to tell why Outlook is closing other than what
might be in the various event logs.
 

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