For a MAPIFolder object, the Display method displays a new Explorer object for the folder.
For Outlook items, the Display method displays a new Inspector object for the item.
Note The Display method is supported for explorer and inspector windows for the sake of backward compatibility. To activate an explorer and inspector window, use the Activate method.
Syntax 1
object.Display
object Required. An expression that returns a MAPIFolder object.
Syntax 2
object.Display([Modal])
object Required. An expression that returns an Outlook item object that is listed in the "Applies To" list.
Modal Optional Boolean. True to make the Inspector modal. The default value is False.