API Reference

Class

EmailStoreMboxExportEntry

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

Outcome for one source item appended to an mbox export.

Inheritance

  • Object
  • EmailStoreMboxExportEntry

Usage

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

Returned or exposed by

Properties

public EmailStoreItemReference Reference { get; } #

Stable source item reference.

public Int64 BytesWritten { get; } #

Bytes appended for this entry.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Read and conversion diagnostics for this entry.

public Boolean Succeeded { get; } #

Whether an mbox entry was appended without an error diagnostic.