OlInspectorClose Enumeration

Outlook Developer Reference

Indicates the save mode.

Name Value Description
olDiscard 1 Changes to the document are discarded.
olPromptForSave 2 User is prompted to save documents.
olSave 0 Documents are saved.

Remarks

Used as a parameter to the <item>.Close and Inspector.Close methods to indicate the save mode.