API Reference
Class
EmailStorePstVerificationIssue
One mismatched or unreadable item found during destination verification.
Inheritance
- Object
- EmailStorePstVerificationIssue
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 SourceItemId { get; } #Stable source-session item identifier.
public String DestinationItemId { get; } #Stable destination PST item identifier.
public Boolean IsAssociated { get; } #Whether the item is folder-associated information.
public String Code { get; } #Stable issue code.
public IReadOnlyList<EmailSemanticDifference> Differences { get; } #Value-free semantic differences. Empty when an item could not be read.