API Reference

Class

EmailStoreMergeProgress

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

Privacy-safe aggregate progress for a multi-store PST merge.

Inheritance

  • Object
  • EmailStoreMergeProgress

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

Accepted by parameters

Properties

public EmailStoreMergeStage Stage { get; } #

Current operation stage.

public Int32 SourceIndex { get; } #

Zero-based current source index.

public Int32 SourceCount { get; } #

Total configured sources.

public Int32 InspectedItems { get; } #

Total source items inspected.

public Int32 WrittenItems { get; } #

Total items accepted by the PST writer.

public Int32 DuplicateItems { get; } #

Total semantic duplicates omitted.

public Int32 SkippedItems { get; } #

Total source items skipped after a reported failure or mapping decision.