API Reference

Enum

EmailStorePartialResultPolicy

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

Controls incomplete migration artifacts when an operation stops before commit.

Inheritance

  • Enum
  • EmailStorePartialResultPolicy

Usage

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

Accepted by parameters

Values

public const EmailStorePartialResultPolicy RetainResumableState #

Retain the integrity-checked checkpoint and writer-owned working files for resume.

Value: 0
public const EmailStorePartialResultPolicy DiscardIncompleteState #

Delete the checkpoint and writer-owned working files.

Value: 1