API Reference
EmailStorePstMutationVerificationReport
Aggregate folder-set and semantic verification for a staged PST mutation.
Inheritance
- Object
- EmailStorePstMutationVerificationReport
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) #BooleanParameters
- obj Object
Properties
public Int32 AttemptedFolders { get; } #Number of intended folders considered.
public Int32 MatchedFolders { get; } #Number of intended folders with the expected hierarchy and metadata.
public Int32 MismatchedFolders { get; } #Number of readable resulting folders with structural differences.
public Int32 FailedFolders { get; } #Number of intended folders that could not be found or checked.
public Int32 UnexpectedFolders { get; } #Number of resulting folders that were not present in the intended destination mapping.
public Int32 AttemptedItems { get; } #Number of resulting items considered.
public Int32 MatchedItems { get; } #Number of resulting items matching the intended semantic projection.
public Int32 MismatchedItems { get; } #Number of readable resulting items with semantic differences.
public Int32 FailedItems { get; } #Number of items that could not be reopened or compared.
public IReadOnlyList<EmailStorePstMutationVerificationIssue> Issues { get; } #Bounded value-free mismatch and failure details.
public Boolean IssuesTruncated { get; } #Whether additional issue details were omitted.
public Boolean IsSuccessful { get; } #True when every intended folder and item matched and no unexpected folder was introduced.