Click or drag to resize
MimeKit

TnefReaderComplianceStatus Property

Get the current compliance status of the TNEF stream.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TnefComplianceStatus ComplianceStatus { get; }

Property Value

TnefComplianceStatus
The compliance status.
Remarks

Gets the current compliance status of the TNEF stream.

As the reader progresses, this value may change if errors are encountered.

See Also