This topic has not yet been rated - Rate this topic

AppointmentItem.Close Event (Outlook)

Published: July 16, 2012

Occurs when the inspector associated with an item (which is an instance of the parent object) is being closed.

expression .Close(Cancel)

expression A variable that represents an AppointmentItem object.

Parameters

Name

Required/Optional

Data Type

Description

Cancel

Required

Boolean

(Not used in VBScript). False when the event occurs. If the event procedure sets this argument to True, the close operation is not completed and the inspector is left open.

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.

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.