API Reference
Class
EmailStorePstMutationVerificationIssue
Privacy-safe detail for one folder or item that did not pass mutation verification.
Inheritance
- Object
- EmailStorePstMutationVerificationIssue
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 EmailStorePstMutationVerificationEntity Entity { get; } #Kind of entity that was checked.
public String EntityId { get; } #Source or transaction-local identifier; empty for an unexpected destination entity.
public String DestinationEntityId { get; } #Identifier assigned in the rewritten PST.
public String Code { get; } #Stable diagnostic code.
public IReadOnlyList<EmailSemanticDifference> Differences { get; } #Value-free semantic difference paths.