| TnefReaderComplianceStatus Property |
Get the current compliance status of the TNEF stream.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public TnefComplianceStatus ComplianceStatus { get; }
Property Value
TnefComplianceStatusThe 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