_Inspectors.Add(Object) Method
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.
Creates a new inspector window.
public:
Microsoft::Office::Interop::Outlook::Inspector ^ Add(System::Object ^ Item);
public Microsoft.Office.Interop.Outlook.Inspector Add (object Item);
Public Function Add (Item As Object) As Inspector
Parameters
- Item
- Object
The item to display in the inspector window when it is created.
Returns
An Inspector object that represents a new inspector window.
Remarks
This method is essentially identical to the GetInspector property of an Outlook item, such as MailItem.