Click or drag to resize
MimeKit

MimePartContentMd5 Property

Get or set the md5sum of the content.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string ContentMd5 { get; set; }

Property Value

String
The md5sum of the content.
Exceptions
ExceptionCondition
ObjectDisposedException The MimePart has been disposed.
Remarks

The Content-MD5 header specifies the base64-encoded MD5 checksum of the content in its canonical format.

For more information, see rfc1864.

See Also