Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes the Inspector and optionally saves changes to the displayed Outlook item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Close ( _
SaveMode As OlInspectorClose _
)
'Usage
Dim instance As _Inspector
Dim SaveMode As OlInspectorClose
instance.Close(SaveMode)
[DispIdAttribute()]
void Close(
OlInspectorClose SaveMode
)
Parameters
SaveMode
Type: Microsoft.Office.Interop.Outlook.OlInspectorCloseThe close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.