ItemEvents_10_Event.Close Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the inspector associated with an item (which is an instance of the parent object) is being closed.
public:
event Microsoft::Office::Interop::Outlook::ItemEvents_10_CloseEventHandler ^ Close;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_CloseEventHandler Close;
Event Close As ItemEvents_10_CloseEventHandler
Event Type
Remarks
If you use the Close method to fire this event, it can only be canceled if the Close method uses the olPromptForSave argument.