API Reference

Class

EmailStoreMaintenancePlan

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

Read-only maintenance decision bound to one complete source fingerprint.

Inheritance

  • Object
  • EmailStoreMaintenancePlan

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 String SourceFingerprint { get; } #

Complete-source SHA-256 identity captured while planning.

public EmailStoreFormat Format { get; } #

Detected source format.

public EmailStoreValidationReport Validation { get; } #

Bounded validation evidence used by the planner.

public EmailStoreRecoveryReport Recovery { get; } #

Bounded orphan/recovery evidence used by the planner.

public IReadOnlyList<EmailStoreMaintenanceRecommendation> Recommendations { get; } #

Ordered explainable recommendations.

public Boolean PreservesSource { get; } #

Maintenance never writes to the opened source.

public Boolean RequiresPostWriteVerification { get; } #

OfficeIMO rewrite actions require a semantic post-write verification report.