Expand Minimize
This topic has not yet been rated - Rate this topic

_MeetingItem.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)
[DispIdAttribute()]
Inspector GetInspector { get; }

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. If an Inspector object already exists for the item, the GetInspector property will return that Inspector object instead of creating a new one.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.