 | MimePartComputeContentMd5 Method |
Computes the MD5 checksum of the content.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic string ComputeContentMd5()
Return Value
Type:
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