API Reference

Enum

EmailStoreMaintenanceAction

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Source-preserving maintenance action proposed by inspection and bounded validation.

Inheritance

  • Enum
  • EmailStoreMaintenanceAction

Usage

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

Values

public const EmailStoreMaintenanceAction None #

No maintenance is currently indicated.

Value: 0
public const EmailStoreMaintenanceAction RecoveryExport #

Export recoverable items to a distinct destination.

Value: 1
public const EmailStoreMaintenanceAction VerifiedRewrite #

Rewrite a PST to a distinct destination and verify it semantically.

Value: 2
public const EmailStoreMaintenanceAction Split #

Split a PST into bounded, separately verified destinations.

Value: 3
public const EmailStoreMaintenanceAction ManualIntervention #

The source requires an external or manual repair tool.

Value: 4
public const EmailStoreMaintenanceAction CompleteInspection #

Repeat inspection with bounds large enough to cover the complete selected source.

Value: 5