API Reference

Class

EmailStorePstVerificationReport

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

Aggregate, privacy-safe proof produced by reopening and comparing a converted PST.

Inheritance

  • Object
  • EmailStorePstVerificationReport

Usage

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

Properties

public Int32 AttemptedItems { get; } #

Number of written items inspected.

public Int32 MatchedItems { get; } #

Number of destination items matching the source semantic projection.

public Int32 MismatchedItems { get; } #

Number of readable destination items with semantic differences.

public Int32 FailedItems { get; } #

Number of items that could not be read or compared.

public IReadOnlyList<EmailStorePstVerificationIssue> Issues { get; } #

Bounded mismatch/failure details. Matching items are summarized rather than retained.

public Boolean IssuesTruncated { get; } #

True when additional issues existed beyond the configured report limit.

public String ManifestPath { get; } #

Committed aggregate manifest path, or null when no manifest was requested.

public Boolean IsSuccessful { get; } #

True when every written item was reopened and matched.