Tnef |
[FlagsAttribute] public enum TnefComplianceStatus
| Member name | Value | Description |
|---|---|---|
| Compliant | 0 | The TNEF stream has no errors. |
| AttributeOverflow | 1 | The TNEF stream has too many attributes. |
| InvalidAttribute | 2 | The TNEF stream has one or more invalid attributes. |
| InvalidAttributeChecksum | 4 | The TNEF stream has one or more attributes with invalid checksums. |
| InvalidAttributeLength | 8 | The TNEF stream has one or more attributes with an invalid length. |
| InvalidAttributeLevel | 16 | The TNEF stream has one or more attributes with an invalid level. |
| InvalidAttributeValue | 32 | The TNEF stream has one or more attributes with an invalid value. |
| InvalidDate | 64 | The TNEF stream has one or more attributes with an invalid date value. |
| InvalidMessageClass | 128 | The TNEF stream has one or more invalid MessageClass attributes. |
| InvalidMessageCodepage | 256 | The TNEF stream has one or more invalid MessageCodepage attributes. |
| InvalidPropertyLength | 512 | The TNEF stream has one or more invalid property lengths. |
| InvalidRowCount | 1,024 | The TNEF stream has one or more invalid row counts. |
| InvalidTnefSignature | 2,048 | The TNEF stream has an invalid signature value. |
| InvalidTnefVersion | 4,096 | The TNEF stream has an invalid version value. |
| NestingTooDeep | 8,192 | The TNEF stream is nested too deeply. |
| StreamTruncated | 16,384 | The TNEF stream is truncated. |
| UnsupportedPropertyType | 32,768 | The TNEF stream has one or more unsupported property types. |