API Reference
Class
EmailStorePstMutationOperationResult
Successful result of one effective operation in a committed PST mutation.
Inheritance
- Object
- EmailStorePstMutationOperationResult
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 EmailStorePstMutationPlanOperation Operation { get; } #Dry-run operation that was applied.
public String DestinationEntityId { get; } #Identifier in the rewritten PST, or null for deletion.
public Boolean IsSuccessful { get; } #True because failed commits throw and never replace the original artifact.