Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.32 KB

Outlook.NoteItem.Display.md

File metadata and controls

46 lines (26 loc) · 1.32 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NoteItem.Display method (Outlook)
vbaol11.chm1495
vbaol11.chm1495
Outlook.NoteItem.Display
1a8c3999-45d4-b4a1-dacf-371a7e711eb2
06/08/2017
medium

NoteItem.Display method (Outlook)

Displays a new Inspector object for the item.

Syntax

expression. Display( _Modal_ )

expression A variable that represents a NoteItem object.

Parameters

Name Required/Optional Data type Description
Modal Optional Variant 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.

If you attempt to open an "unsafe" file system object (or "freedoc" file) by using the Microsoft Outlook object model, you receive the E_FAIL return code in the C or C++ programming languages. In Outlook 2000 and earlier, you could open an "unsafe" file system object by using the Display method.

See also

NoteItem Object

[!includeSupport and feedback]