MsoDocInspectorStatus Enumeration
Represents the results of running a Document Inspector module.
| Name | Value | Description |
|---|---|---|
| msoDocInspectorStatusDocOk | 0 | Indicates that the Document Inspector module returned no issues or errors. |
| msoDocInspectorStatusError | 2 | Indicates that the Document Inspector module returned an error. |
| msoDocInspectorStatusIssueFound | 1 | Indicates that the Document Inspector module found one or more occurrences of the search criteria. |