API Reference
Class
EmailStoreExportEntry
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.
Returned or exposed by
- Property EmailStoreExportReport.Entries
- Property EmailStoreRecoveryExportReport.Entries
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.