ApplicationEvents_11_Event.Quit Event
Occurs when Outlook begins to close.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Quit As ApplicationEvents_11_QuitEventHandler
'Usage
Dim instance As ApplicationEvents_11_Event
Dim handler As ApplicationEvents_11_QuitEventHandler
AddHandler instance.Quit, handler
event ApplicationEvents_11_QuitEventHandler Quit
See Also
Reference
ApplicationEvents_11_Event Interface