API Reference

Class

EmailMailboxReadResult

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Result of bounded mailbox ingestion.

Inheritance

  • Object
  • EmailMailboxReadResult

Usage

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

Properties

public EmailMailbox Mailbox { get; } #

Parsed mailbox.

public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #

Aggregate and message diagnostics.

public Int64 BytesRead { get; } #

Number of source bytes consumed.