API Reference
Class
EmailStoreMaintenancePlan
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.