Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 1.13 KB

e0abe283-c3f4-fd1a-7a41-8b1dd0f6c161.md

File metadata and controls

37 lines (16 loc) · 1.13 KB

TaskRequestDeclineItem.Write Event (Outlook)

Occurs when an instance of the parent object is saved, either explicitly (for example, using the Save or SaveAs methods) or implicitly (for example, in response to a prompt when closing the item's inspector).

Syntax

expression . Write( Cancel )

expression A variable that represents a TaskRequestDeclineItem 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 save operation is not completed.

Remarks

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

See also

Concepts

TaskRequestDeclineItem Object

Other resources

TaskRequestDeclineItem Object Members