API Reference
Class
EmailStorePstMergeReport
Outcome of merging multiple stores into a new Unicode PST.
Inheritance
- Object
- EmailStorePstMergeReport
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStorePstWriteReport WriteReport { get; } #Committed destination PST report.
public IReadOnlyList<EmailStoreMergeSourceReport> Sources { get; } #Per-source aggregate reports.
public Int32 InspectedItems { get; } #Total source items inspected.
public Int32 WrittenItems { get; } #Total items written.
public Int32 DuplicateItems { get; } #Total semantic duplicates omitted.
public Int32 SkippedItems { get; } #Total items skipped after reported failures or mapping decisions.
public Int32 RetryCount { get; } #Total transient source I/O retries consumed.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Bounded merge and writer diagnostics.
public Boolean DiagnosticsTruncated { get; } #Whether additional detailed diagnostics were omitted.
public Boolean HasIssues { get; } #Whether any warning or error was reported.