Click or drag to resize
MimeKit

MimePartComputeContentMd5 Method

Compute the MD5 checksum of the content.

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

Return Value

String
The md5sum of the content.

Implements

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