SharingItem.Forward Event (Outlook)

Occurs when the user selects the Forward action for an item, or when the Forward method is called for the item, which is an instance of the parent object.

Version Information

Version Added: Outlook 2007

Syntax

expression .Forward(Forward, Cancel)

expression An expression that returns a SharingItem 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

SharingItem Object Members

SharingItem Object