API Reference

Class

EmailStorePstConversionReport

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

Outcome of converting a supported store into a new Unicode PST.

Inheritance

  • Object
  • EmailStorePstConversionReport

Usage

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

Properties

public EmailStoreFormat SourceFormat { get; } #

Detected source format.

public EmailStorePstWriteReport WriteReport { get; } #

Final PST creation report.

public Int32 SourceFolders { get; } #

Number of source folders considered.

public Int32 ConvertedItems { get; } #

Number of items written.

public Int32 SkippedItems { get; } #

Number of items skipped after a reported read or fidelity failure.

public EmailStorePstVerificationReport Verification { get; } #

Post-write semantic verification, or null when verification was disabled.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Combined conversion and PST writer diagnostics.

public Boolean HasDataLoss { get; } #

True when the conversion emitted a warning or error.