API Reference

Class

EmailStoreExportReport

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

Aggregate result of an item-by-item store export.

Inheritance

  • Object
  • EmailStoreExportReport

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 export root.

public Boolean WasTruncated { get; } #

Whether export stopped at the configured item bound.

public String ManifestPath { get; } #

Absolute manifest path when one was written.

public IReadOnlyList<EmailStoreExportEntry> Entries { get; } #

Per-item export outcomes.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Session-level and manifest diagnostics.

public Int32 SucceededCount { get; } #

Number of successfully written artifacts.

public Int32 FailedCount { get; } #

Number of items that did not produce a valid artifact.

public Int64 BytesWritten { get; } #

Total serialized artifact bytes.

public Boolean HasErrors { get; } #

Whether any session, manifest, or item error was reported.