API Reference

Class

EmailStorePstMutationOperationResult

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

Successful result of one effective operation in a committed PST mutation.

Inheritance

  • Object
  • EmailStorePstMutationOperationResult

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 EmailStorePstMutationPlanOperation Operation { get; } #

Dry-run operation that was applied.

public String DestinationEntityId { get; } #

Identifier in the rewritten PST, or null for deletion.

public Boolean IsSuccessful { get; } #

True because failed commits throw and never replace the original artifact.