Click or drag to resize
MimeKit

RtfCompressedToRtfIsValidCrc32 Property

Get a value indicating whether the crc32 is valid.

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

Property Value

Boolean
true if the crc32 is valid; otherwise, false.
Remarks
Until all data has been processed, this property will always return false.
See Also