_NoteItem.GetInspector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.