ContentVerificationResults Enumeration

Provides the status of verifying whether the content of a document has changed.

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

Syntax

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

Members

Member name Description
contverresError The verification resulted in an error.
contverresVerifying The content of the document is currently being verified.
contverresUnverified The document has not been verified.
contverresValid The content of the has been verified and is valid.
contverresModified The content of the document has been modified since it was digitally signed.

See Also

Reference

Microsoft.Office.Core Namespace