Configure fast shutdown behavior for add-ins
Supported on: At least Windows Server 2008 R2 or Windows 7
Registry
HKCU
software\policies\microsoft\office\16.0\outlook\options\shutdown Value name: addinfastshutdownbehavior
Enabled: addinfastshutdownbehavior = 1
Disabled: addinfastshutdownbehavior = 0
Description
This policy setting controls Outlook's "fast shutdown" behavior for add-ins. If you enable this policy setting, the BeginShutdown and OnDisconnection events should always be called for all add-ins. If you disable or do not configure this policy setting, all Outlook addins should always use the Addin Fast Shutdown behavior and not have the BeginShutdown and OnDisconnection events called.