DistListItem.Forward Event (Outlook)
Office 2010
Occurs when the user selects the Forward action for an item (which is an instance of the parent object).
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. |