 | TnefReaderComplianceStatus Property |
Get the current compliance status of the TNEF stream.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic TnefComplianceStatus ComplianceStatus { get; }
Property Value
TnefComplianceStatusThe compliance status.
RemarksGets the current compliance status of the TNEF stream.
As the reader progresses, this value may change if errors are encountered.
See Also