SharingItem.Send Event (Outlook)

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

Version Information

Version Added: Outlook 2007

Syntax

expression .Send(Cancel)

expression An expression that returns a SharingItem object.

Parameters

Name

Required/Optional

Data Type

Description

Cancel

Required

Boolean

(Not used in VBScript). False when the event occurs. If the event procedure sets this argument to True, the send operation is not completed and the inspector is left open.

Remarks

In Microsoft Visual Basic Scripting Edition (VBScript), if you set the return value of this function to False, the item is not sent.

See Also

Concepts

SharingItem Object

SharingItem Object Members