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
'Usage
Dim instance As 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.

See also

Reference

Microsoft.Exchange.Data.ContentTypes.Tnef namespace