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

Concepts

RemoteItem Object Members

RemoteItem Object