SharingItem.GetInspector Property (Outlook)
Returns an Inspector object that represents an inspector initialized to contain the specified SharingItem. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression .GetInspector
expression A variable that represents a SharingItem 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.