TnefComplianceMode Enumeration
The TnefComplianceMode enumeration contains values that control whether a TnefReader object will throw exceptions when it encounters errors in incoming Tnef data.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Enumeration TnefComplianceMode
public enum TnefComplianceMode
public enum class TnefComplianceMode
public enum TnefComplianceMode
public enum TnefComplianceMode
Members
Member name | Description |
---|---|
Loose | Indicates that the TnefReader will not throw exceptions for errors in incoming Tnef data. |
Strict | Indicates that the TnefReader will throw an exception on any error encountered in incoming Tnef data. This is the default value of the ComplianceMode property. |
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003