API Reference

Class

EmailStorePstSplitPlanPart

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

One deterministic output partition in a dry-run PST split plan.

Inheritance

  • Object
  • EmailStorePstSplitPlanPart

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public Int32 Number { get; } #

One-based part number.

public String DestinationPath { get; } #

Absolute final destination path.

public IReadOnlyList<EmailStoreItemReference> Items { get; } #

Ordered source references selected for this part.

public Int64 EstimatedBytes { get; } #

Declared/unknown item estimates plus configured per-item overhead.

public Int64 EstimatedTargetBytes { get; } #

Configured estimated partition target used for this part.

public Boolean ContainsOversizedItem { get; } #

Whether one item alone exceeded the configured estimated part target.