Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.11 KB

Outlook.AppointmentItem.Unload.md

File metadata and controls

37 lines (20 loc) · 1.11 KB
title api_name ms.assetid ms.date ms.localizationpriority
AppointmentItem.Unload event (Outlook)
Outlook.AppointmentItem.Unload
9629cf4d-99e7-c751-0543-15daf41df49c
06/08/2017
medium

AppointmentItem.Unload event (Outlook)

Occurs before an Outlook item is unloaded from memory, either programmatically or by user action.

Syntax

expression. Unload

expression A variable that represents an AppointmentItem object.

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.

See also

AppointmentItem Object

[!includeSupport and feedback]