API Reference
Class
EmailStoreMboxExportEntry
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
- Property EmailStoreMboxExportReport.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 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.