_MobileItem.GetInspector Property
Returns an Inspector object that represents an inspector initialized to contain the specified MobileItem object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property GetInspector As Inspector
Get
'Usage
Dim instance As _MobileItem
Dim value As Inspector
value = instance.GetInspector
[DispIdAttribute()]
Inspector GetInspector { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Inspector
Remarks
This property is useful for returning an Inspector object in which to display the item, as opposed to using the ActiveInspector() method and setting the 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.