Enum FailureType

FailureType enumeration

Indicates the failure type.

public enum FailureType

Values

NameValueDescription
ReferenceLost0The item reference is lost, but the data probably exists.
DataCorrupted1The item data is corrupted and cannot be retrieved.
FileCorrupted2The pst file is corrupted and items cannot be able to read.
FileHeaderCorrupted3The file header is corrupted, but perhaps file can be read.
Unknown4An error of an unknown type has occurred.

See Also