ItemEvents_10_Event.Unload 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 before an Outlook item is unloaded from memory, either programmatically or by user action.
public:
event Microsoft::Office::Interop::Outlook::ItemEvents_10_UnloadEventHandler ^ Unload;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_UnloadEventHandler Unload;
Event Unload As ItemEvents_10_UnloadEventHandler
Event Type
Remarks
This event occurs after the Close event for the Outlook item occurs, but before the Outlook item is unloaded from memory, allowing an add-in to release any resources related to the object. Although the event occurs before the Outlook item is unloaded from memory, this event cannot be canceled.
Note: This event is meant only as a notification event, so that an add-in can dereference the object. An error occurs if any property or method for this object is called within the Unload event.