ItemSend Event

See Also         Example         Applies To        

Occurs whenever an item is sent, either by the user through an Inspector (before the inspector is closed, but after the user clicks the Click button) or when the Send method is used in a program. This event is not available in VBScript.

Syntax

Sub object_ItemSend(Item as Object, Cancel as Boolean)

object   An expression that evaluates to an Application object.

Item   Required. The item being sent.

Cancel   Optional. False when the event occurs. If the event procedure sets this argument to True, the send action is not completed and the inspector is left open.