| IMimePartComputeContentMd5 Method |
Compute the MD5 checksum of the content.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax string ComputeContentMd5()
Return Value
StringThe md5sum of the content.
Exceptions Remarks
Computes the MD5 checksum of the MIME content in its canonical
format and then base64-encodes the result.
See Also