API Reference
Class
EmailStoreMergeProgress
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
- Property EmailStorePstMergeOptions.Progress
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.