OlInspectorClose Enumeration
Indicates the save mode.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlInspectorClose
'Usage
Dim instance As OlInspectorClose
public enum OlInspectorClose
Members
Member name | Description | |
---|---|---|
olSave | Documents are saved. | |
olDiscard | Changes to the document are discarded. | |
olPromptForSave | User is prompted to save documents. |
Remarks
Used as a parameter to the <item>.Close and _Inspector.Close methods to indicate the save mode.