Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.39 KB

Outlook.TaskItem.Open.md

File metadata and controls

43 lines (23 loc) · 1.39 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskItem.Open event (Outlook)
Outlook.TaskItem.Open
001d2598-58e1-86d9-b893-31a79ac2a0a0
06/08/2017
medium

TaskItem.Open event (Outlook)

Occurs when an instance of the parent object is being opened in an Inspector.

Syntax

expression.Open (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 open operation is not completed and the inspector is not displayed.

Remarks

When this event occurs, the Inspector object is initialized but not yet displayed. The Open event differs from the Read event in that Read occurs whenever the user selects the item in a view that supports in-cell editing as well as when the item is being opened in an inspector.

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to False, the open operation is not completed and the inspector is not displayed.

See also

TaskItem Object

[!includeSupport and feedback]