This topic has not yet been rated - Rate this topic

SharingItem.Unload Event (Outlook)

Published: July 16, 2012

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

Version Added: Outlook 2007

expression .Unload

expression An expression that returns a SharingItem object.

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 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.