API Reference
Class
EmailStorePstWriteProgress
Bounded progress snapshot for a PST write or conversion.
Inheritance
- Object
- EmailStorePstWriteProgress
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 EmailStorePstWriterOptions.Progress
Accepted by parameters
- Method EmailStorePstWriter.Resume
- Constructor EmailStorePstWriterOptions.EmailStorePstWriterOptions
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStorePstWriteStage Stage { get; } #Current writer stage.
public Int32 FolderCount { get; } #Number of user folders accepted.
public Int32 ItemCount { get; } #Number of top-level items accepted.
public Int64 WorkingBytes { get; } #Current working PST length, excluding disk-backed indexes.
public String CheckpointPath { get; } #Configured durable checkpoint path, when enabled.