Share via


TnefComplianceStatus Enumeration

The TnefComplianceStatus enumeration contains values that specify whether incoming Tnef data is compliant and, if not, what caused the noncompliance.

Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TnefComplianceStatus
[FlagsAttribute] 
public enum TnefComplianceStatus
[FlagsAttribute] 
public enum class TnefComplianceStatus
/** @attribute FlagsAttribute() */ 
public enum TnefComplianceStatus
FlagsAttribute 
public enum TnefComplianceStatus

Members

Member name Description
AttributeOverflow The incoming Tnef data contains too many attributes.
Compliant The incoming Tnef data is fully compliant.
InvalidAttribute One or more of the attributes are invalid.
InvalidAttributeChecksum The checksum on one or more attributes is invalid.
InvalidAttributeLength The length of one or more attributes is incorrect.
InvalidAttributeLevel One or more attributes are incorrectly applied to a message or an attachment.
InvalidAttributeValue One or more attributes have an invalid value.
InvalidDate The date is invalid.
InvalidMessageClass The message class is invalid.
InvalidMessageCodepage The codepage is not supported.
InvalidPropertyLength The length of one or more properties is invalid.
InvalidRowCount The row count is invalid.
InvalidTnefSignature The signature on the incoming Tnef data is invalid.
InvalidTnefVersion The version information in the incoming Tnef data is invalid.
NestingTooDeep The incoming Tnef data contains parts that are nested too deeply.
StreamTruncated The incoming Tnef data is truncated.
UnsupportedPropertyType One or more properties in the incoming Tnef data are of an unsupported type.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003