Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.2 KB

Outlook.TaskRequestAcceptItem.Forward.md

File metadata and controls

42 lines (23 loc) · 1.2 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskRequestAcceptItem.Forward event (Outlook)
Outlook.TaskRequestAcceptItem.Forward
4437f0b1-0f12-08cf-8661-0e127b5acd3c
06/08/2017
medium

TaskRequestAcceptItem.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 TaskRequestAcceptItem 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

TaskRequestAcceptItem Object

[!includeSupport and feedback]