| RtfCompressedToRtfIsValidCrc32 Property |
Get a value indicating whether the crc32 is valid.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsValidCrc32 { get; }
Property Value
Booleantrue if the crc32 is valid; otherwise,
false.
Remarks
Until all data has been processed, this property will always return false.
See Also