Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the active inspector is minimized by the user.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeMinimize As InspectorEvents_10_BeforeMinimizeEventHandler
'Usage
Dim instance As InspectorEvents_10_Event
Dim handler As InspectorEvents_10_BeforeMinimizeEventHandler
AddHandler instance.BeforeMinimize, handler
event InspectorEvents_10_BeforeMinimizeEventHandler BeforeMinimize
Remarks
This event can be cancelled after it has started.
See Also
Reference
InspectorEvents_10_Event Interface
InspectorEvents_10_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeMinimizeEventHandler