Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.17 KB

Outlook.TaskItem.Write.md

File metadata and controls

41 lines (22 loc) · 1.17 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskItem.Write event (Outlook)
Outlook.TaskItem.Write
29e38bc5-6a19-5144-55ba-207215bd5734
06/08/2017
medium

TaskItem.Write event (Outlook)

Occurs when an instance of the parent object is saved, either explicitly (for example, using the Save or SaveAs methods) or implicitly (for example, in response to a prompt when closing the item's inspector).

Syntax

expression. Write( _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 save operation is not completed.

Remarks

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

See also

TaskItem Object

[!includeSupport and feedback]