API Reference

Class

EmailReadResult

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Implements
IDisposable
Modifiers sealed

Result of a bounded email artifact read.

Inheritance

  • Object
  • EmailReadResult

Usage

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

Methods

public virtual Void Dispose() #
Returns: Void

Deletes temporary content owned by a streaming read result.

Properties

public EmailDocument Document { get; } #

Parsed artifact document.

public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #

Structured compatibility and fidelity diagnostics.

public Boolean HasErrors { get; } #

True when parsing produced at least one error diagnostic.

public Int64 BytesRead { get; } #

Number of source bytes consumed.

public Boolean UsesFileBackedContent { get; } #

True when retained attachment payloads are reopenable file-backed sources.