API Reference

Class

EmailStoreMboxExportReport

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

Aggregate result of a streaming, atomically committed mbox export.

Inheritance

  • Object
  • EmailStoreMboxExportReport

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

Properties

public String DestinationPath { get; } #

Absolute committed mbox path, or null when commit did not occur.

public Boolean WasTruncated { get; } #

Whether export stopped at the configured item bound.

public IReadOnlyList<EmailStoreMboxExportEntry> Entries { get; } #

Per-item append outcomes.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Session and destination diagnostics.

public Int32 SucceededCount { get; } #

Successfully appended message count.

public Int32 FailedCount { get; } #

Failed source item count.

public Int64 BytesWritten { get; } #

Total bytes appended to the mbox stream.

public Boolean HasErrors { get; } #

Whether any destination, session, or item error occurred.