_MobileItem.Display Method
Displays a new Inspector object for the item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Display ( _
Modal As Object _
)
'Usage
Dim instance As _MobileItem
Dim Modal As Object
instance.Display(Modal)
[DispIdAttribute()]
void Display(
Object Modal
)
Parameters
Modal
Type: System.ObjectSpecifies whether the user has to interact with the new inspector before returning to the parent window. True to make the window modal. The default value is False.
Remarks
The Display method is supported for explorer and inspector windows for the sake of backward compatibility. To activate an explorer or inspector window, use the Activate() method.