API Reference

Class

EmailStoreRecoveryExportReport

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

Corruption-tolerant export result for indexed items absent from normal folder tables.

Inheritance

  • Object
  • EmailStoreRecoveryExportReport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public String DestinationDirectory { get; } #

Absolute recovery-export root.

public EmailStoreRecoveryReport Discovery { get; } #

Bounded non-mutating recovery discovery that supplied the item references.

public String ManifestPath { get; } #

Committed recovery manifest path, or null when disabled or unsuccessful.

public IReadOnlyList<EmailStoreExportEntry> Entries { get; } #

Per-recovered-item export outcomes.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Discovery, source, export, and manifest diagnostics.

public Int32 RecoveredCount { get; } #

Successfully preserved recovered items.

public Int32 FailedCount { get; } #

Recovered references that could not be read or serialized.

public Boolean IsComplete { get; } #

Whether discovery covered its selected scope and every discovered item was preserved.

public Boolean HasErrors { get; } #

Whether discovery, export, or manifest processing produced an error.