Partager via


MobileItem.Display Method (Outlook)

Displays a new Inspector object for the item.

Version Information

Version Added: Outlook 2010

Syntax

expression .Display(Modal)

expression A variable that represents a MobileItem object.

Parameters

Name

Required/Optional

Data Type

Description

Modal

Optional

Variant

Specifies whether the user has to interact with the new inspector before returning to the parent window. True to make the new inspector modal. The default is False.

Remarks

The Display method is supported for explorer and inspector windows for the sake of backward compatibility. To activate an inspector window, use the Activate method.

See Also

Concepts

MobileItem Object

MobileItem Object Members