| IMimePartVerifyContentMd5 Method |
Verify the Content-Md5 value against an independently computed md5sum.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Return Value
Booleantrue, if content MD5 checksum was verified,
false otherwise.
Exceptions Remarks
Computes the MD5 checksum of the MIME content and compares it with the
value in the Content-MD5 header, returning true if and only if
the values match.
See Also