API Reference

Class

EmailStoreReadResult

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

Result of a bounded email-store read.

Inheritance

  • Object
  • EmailStoreReadResult

Usage

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

Properties

public EmailStore Store { get; } #

Materialized store.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Structured diagnostics.

public Int64 BytesRead { get; } #

Source length validated by the reader.

public Boolean HasErrors { get; } #

True when an error diagnostic was emitted.