API Reference
Class
EmailStoreRecoveryReport
Non-mutating discovery of indexed items absent from normal folder contents tables.
Inheritance
- Object
- EmailStoreRecoveryReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 ItemsScanned { get; } #Number of normal and recovered references examined.
public Boolean StoppedAtLimit { get; } #Whether discovery stopped at a scan or result bound.
public IReadOnlyList<EmailStoreItemReference> RecoveredItems { get; } #Recovered stable references. Reading them remains an explicit operation.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Diagnostics observed during index traversal.