Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.16 KB

Outlook.TaskRequestItem.Forward.md

File metadata and controls

42 lines (23 loc) · 1.16 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskRequestItem.Forward event (Outlook)
Outlook.TaskRequestItem.Forward
3d2ec601-a76a-0ef8-ee29-89cef70e489d
06/08/2017
medium

TaskRequestItem.Forward event (Outlook)

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

Syntax

expression. Forward( _Forward_ , _Cancel_ )

expression A variable that represents a TaskRequestItem object.

Parameters

Name Required/Optional Data type Description
Forward Required Object The new item being forwarded.
Cancel Required Boolean (Not used in VBScript). False when the event occurs. If the event procedure sets this argument to True, the forward operation is not completed and the new item is not displayed.

Remarks

In VBScript, if you set the return value of this function to False, the forward action is not completed and the new item is not displayed.

See also

TaskRequestItem Object

[!includeSupport and feedback]