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.
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.