MsoDocInspectorStatus Enumeration

Represents the results of running a Document Inspector module.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoDocInspectorStatus
'Usage
Dim instance As MsoDocInspectorStatus
public enum MsoDocInspectorStatus

Members

Member name Description
msoDocInspectorStatusDocOk Indicates that the Document Inspector module returned no issues or errors.
msoDocInspectorStatusIssueFound Indicates that the Document Inspector module found one or more occurrences of the search criteria.
msoDocInspectorStatusError Indicates that the Document Inspector module returned an error.

See Also

Reference

Microsoft.Office.Core Namespace