API Reference

Class

EmailStoreExportEntry

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

Outcome for one item in a directory export.

Inheritance

  • Object
  • EmailStoreExportEntry

Usage

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

Properties

public EmailStoreItemReference Reference { get; } #

Stable source item reference.

public String DestinationPath { get; } #

Absolute destination path, or null when no artifact was created.

public Int64 BytesWritten { get; } #

Serialized artifact length.

public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #

Read, conversion, and write diagnostics for this item.

public String MaildirFlags { get; } #

Maildir information flags in canonical D,F,P,R,S,T order when the export format is Maildir. This remains populated when the destination file system cannot encode the :2, suffix.

public Boolean Succeeded { get; } #

Whether an artifact was written without an error diagnostic.