Click or drag to resize
MimeKit

MimePartComputeContentMd5 Method

Compute the MD5 checksum of the content.

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

Return Value

String
The md5sum of the content.
Exceptions
ExceptionCondition
ObjectDisposedException The MimePart 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