Click or drag to resize
MimeKit

IMimePartComputeContentMd5 Method

Compute the MD5 checksum of the content.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
string ComputeContentMd5()

Return Value

String
The md5sum of the content.
Exceptions
ExceptionCondition
ObjectDisposedException The IMimePart has been disposed.
InvalidOperationException The Content is null.
Remarks
Computes the MD5 checksum of the MIME content in its canonical format and then base64-encodes the result.
See Also