This topic has not yet been rated - Rate this topic

Inspector.Close Event (Outlook)

Published: July 16, 2012

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

expression .Close(Cancel)

expression A variable that represents an Inspector object.

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to False, the close operation isn't completed and the inspector is left open. This event cannot be canceled.

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

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