API Reference

Class

EmailMailboxEntryReadResult

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One streamed mbox entry together with message-scoped diagnostics and source byte count.

Inheritance

  • Object
  • EmailMailboxEntryReadResult

Usage

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

Properties

public EmailMailboxEntry Entry { get; } #

Parsed mailbox entry.

public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #

Diagnostics produced while reading this message.

public Int64 BytesRead { get; } #

Envelope and message bytes consumed for this entry.

public Boolean HasErrors { get; } #

True when this message produced at least one error diagnostic.