API Reference
Class
EmailStorePstMigrationProgress
Privacy-safe progress for a resumable Store-to-PST migration.
Inheritance
- Object
- EmailStorePstMigrationProgress
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 InspectedItems { get; } #Selected source references inspected so far.
public Int32 ConvertedItems { get; } #Items durably accepted by the destination writer so far.
public Int32 SkippedItems { get; } #Items skipped under the configured partial-result policy.
public String CheckpointPath { get; } #Configured durable checkpoint path, or null when resume is disabled.