API Reference

Class

EmailStorePstCompactionReport

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

Verified PST rewrite-compaction outcome.

Inheritance

  • Object
  • EmailStorePstCompactionReport

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

Properties

public EmailStorePstCompactionPlan Plan { get; } #

Pre-write selection and capacity plan.

public EmailStorePstConversionReport Conversion { get; } #

Existing verified conversion/rewrite report.

public Int64 CompactedBytes { get; } #

Committed compacted PST length.

public Int64 ReductionBytes { get; } #

Actual source bytes minus compacted bytes. Negative means the canonical rewrite grew.

public Double ReductionRatio { get; } #

Actual fractional size reduction; negative means growth.

public Boolean IsVerified { get; } #

Whether every selected item was written, reopened, and semantically matched.

public Boolean HasDataLoss { get; } #

Whether the rewrite reported preservation loss.