API Reference

Enum

EmailStoreMergeStage

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

Merge stages reported without message content or identifiers.

Inheritance

  • Enum
  • EmailStoreMergeStage

Usage

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

Values

public const EmailStoreMergeStage OpeningSource #

Opening a source.

Value: 0
public const EmailStoreMergeStage MappingFolders #

Mapping source folders.

Value: 1
public const EmailStoreMergeStage WritingItems #

Reading, deduplicating, and writing items.

Value: 2
public const EmailStoreMergeStage Finalizing #

Finalizing the destination PST.

Value: 3
public const EmailStoreMergeStage Completed #

The destination has been committed.

Value: 4