API Reference
Class
EmailStorePstWriteReport
Result of creating a new Unicode PST.
Inheritance
- Object
- EmailStorePstWriteReport
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DestinationPath { get; } #Committed destination path.
public Int32 FolderCount { get; } #Number of user-visible folders written, excluding mandatory PST system folders.
public Int32 ItemCount { get; } #Number of top-level items written.
public Int64 BytesWritten { get; } #Committed file length.
public IReadOnlyList<EmailStoreDiagnostic> Diagnostics { get; } #Preservation and compatibility diagnostics.
public Boolean DiagnosticsTruncated { get; } #True when additional diagnostics existed beyond the configured retention limit.
public Boolean HasErrors { get; } #True when at least one error diagnostic was emitted.
public Boolean HasDataLoss { get; } #True when at least one fidelity warning or error was emitted.