_ContactItem.GetInspector Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::Inspector ^ GetInspector { Microsoft::Office::Interop::Outlook::Inspector ^ get(); };
public Microsoft.Office.Interop.Outlook.Inspector GetInspector { get; }
Public ReadOnly Property GetInspector As Inspector

Property Value

Remarks

This property is useful for returning a new 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.

Applies to