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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.