Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.21 KB

Outlook.TaskRequestUpdateItem.GetInspector.md

File metadata and controls

36 lines (21 loc) · 1.21 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TaskRequestUpdateItem.GetInspector property (Outlook)
vbaol11.chm1932
vbaol11.chm1932
Outlook.TaskRequestUpdateItem.GetInspector
9542e72b-9b9d-be7a-5c2f-1c4a653be4d7
06/08/2017
medium

TaskRequestUpdateItem.GetInspector property (Outlook)

Returns an Inspector object that represents an inspector initialized to contain the specified item. Read-only.

Syntax

expression. GetInspector

expression A variable that represents a TaskRequestUpdateItem object.

Remarks

This property is useful for returning an Inspector object in which to display the item, as opposed to using the Application.ActiveInspector method and setting the Inspector.CurrentItem property. If an Inspector object already exists for the item, the GetInspector property will return that Inspector object instead of creating a new one.

See also

TaskRequestUpdateItem Object

[!includeSupport and feedback]