API Reference
Class
EmailStoreMergeSourceReport
Aggregate outcome for one merge source.
Inheritance
- Object
- EmailStoreMergeSourceReport
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 EmailStorePstMergeReport.Sources
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourcePath { get; } #Absolute source path supplied by the caller. It is not written into the PST.
public EmailStoreFormat Format { get; } #Detected source format.
public Int32 FolderCount { get; } #Source folders considered.
public Int32 InspectedItems { get; } #Items inspected.
public Int32 WrittenItems { get; } #Items written.
public Int32 DuplicateItems { get; } #Semantic duplicates omitted.
public Int32 SkippedItems { get; } #Items skipped.
public Int32 RetryCount { get; } #Transient I/O retries consumed.
public Boolean Completed { get; } #Whether enumeration reached the end of this source.