Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.1 KB

Outlook.TaskRequestUpdateItem.Send.md

File metadata and controls

41 lines (22 loc) · 1.1 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskRequestUpdateItem.Send event (Outlook)
Outlook.TaskRequestUpdateItem.Send
5ae11d3f-67f8-3256-b26f-88a89bade5a1
06/08/2017
medium

TaskRequestUpdateItem.Send event (Outlook)

Occurs when the user selects the Send action for an item (which is an instance of the parent object).

Syntax

expression. Send( _Cancel_ )

expression A variable that represents a TaskRequestUpdateItem 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 send 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 item is not sent.

See also

TaskRequestUpdateItem Object

[!includeSupport and feedback]