Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.03 KB

Outlook.RemoteItem.Send.md

File metadata and controls

41 lines (22 loc) · 1.03 KB
title api_name ms.assetid ms.date ms.localizationpriority
RemoteItem.Send event (Outlook)
Outlook.RemoteItem.Send
6b2ddae1-8732-c6d2-8dff-585118c3d051
06/08/2017
medium

RemoteItem.Send event (Outlook)

Occurs when the user selects the Send action for an item (which is an instance of the parent object).

Syntax

expression. Send( _Cancel_ )

expression A variable that represents a RemoteItem 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

RemoteItem Object

[!includeSupport and feedback]