Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.24 KB

Outlook.TaskItem.Close(even).md

File metadata and controls

43 lines (23 loc) · 1.24 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskItem.Close event (Outlook)
Outlook.TaskItem.Close
a2514e35-cdcf-ba93-ad55-b0cc6f64bd78
06/08/2017
medium

TaskItem.Close event (Outlook)

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

Syntax

expression.Close (Cancel)

expression A variable that represents a TaskItem 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.

Remarks

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.

See also

TaskItem Object

[!includeSupport and feedback]