Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.13 KB

Outlook.ContactItem.Forward.md

File metadata and controls

42 lines (23 loc) · 1.13 KB
title api_name ms.assetid ms.date ms.localizationpriority
ContactItem.Forward event (Outlook)
Outlook.ContactItem.Forward
d09448bb-09de-03be-4f4b-98f3a94bce6c
06/08/2017
medium

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

ContactItem Object

[!includeSupport and feedback]