GetInspector Property
Applies To
AppointmentItem object, ContactItem object, JournalItem object, MailItem object, MeetingRequestItem object, NoteItem object, PostItem object, RemoteItem object, ReportItem object, TaskItem object, TaskRequestItem object.
Description
Returns an Inspector object that represents a new, inactive inspector initialized to contain the specified item. 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. Read-only.
See Also
ActiveInspector method, GetExplorer method.
Example
This example returns a new, inactive inspector for myItem, and then displays it.
Set myInspector = myItem.GetInspector
myInspector.Display