Compartilhar via


MobileItem.Close Event (Outlook)

Occurs when the inspector that is associated with an item (which is an instance of the parent object) is being closed.

Version Information

Version Added: Outlook 2010

Syntax

expression .Close(Cancel)

expression A variable that represents a MobileItem object.

Parameters

Name

Required/Optional

Data Type

Description

Cancel

Required

Boolean

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

Remarks

In VBScript, if you set the return value of this function to False, the close operation is not completed and the inspector is left open. If you use the Close method to raise this event, it can be canceled only if the Close method uses the olPromptForSave argument.

See Also

Concepts

MobileItem Object Members

MobileItem Object