API Reference

Class

EmailStoreRecoveryReport

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

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.

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.