API Reference

Class

EmailStorePstWriteProgress

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

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

Accepted by parameters

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.