Enum FailureType
FailureType enumeration
Indicates the failure type.
public enum FailureType
Values
Name | Value | Description |
---|---|---|
ReferenceLost | 0 | The item reference is lost, but the data probably exists. |
DataCorrupted | 1 | The item data is corrupted and cannot be retrieved. |
FileCorrupted | 2 | The pst file is corrupted and items cannot be able to read. |
FileHeaderCorrupted | 3 | The file header is corrupted, but perhaps file can be read. |
Unknown | 4 | An error of an unknown type has occurred. |
See Also
- namespace Aspose.Email.Exceptions
- assembly Aspose.Email