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

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