_DistListItem.GetInspector Property
Returns an Inspector object that represents an inspector initialized to contain the specified item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property GetInspector As Inspector
Get
'Usage
Dim instance As _DistListItem
Dim value As Inspector
value = instance.GetInspector
Inspector GetInspector { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Inspector
Remarks
This property is useful for returning a new Inspector object in which to display the item, as opposed to using the _Application.ActiveInspector method and setting the _Inspector.CurrentItem property.