InspectorEvents_10_Event.Close Event

Definition

Occurs when the inspector associated with a Microsoft Outlook item is being closed.

public:
 event Microsoft::Office::Interop::Outlook::InspectorEvents_10_CloseEventHandler ^ Close;
event Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler Close;
Event Close As InspectorEvents_10_CloseEventHandler 

Event Type

Remarks

If you use the Close(OlInspectorClose) method to fire this event, it can only be canceled if the Close method uses the olPromptForSave argument.

Applies to