_ContactItem.Close(OlInspectorClose) Method

Definition

Closes and optionally saves changes to the Outlook item.

public:
 void Close(Microsoft::Office::Interop::Outlook::OlInspectorClose SaveMode);
public void Close (Microsoft.Office.Interop.Outlook.OlInspectorClose SaveMode);
Public Sub Close (SaveMode As OlInspectorClose)

Parameters

SaveMode
OlInspectorClose

The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.

Applies to