Click or drag to resize
MimeKit

BodyPartBasicContentMd5 Property

Gets the MD5 hash of the content, if available.

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

Property Value

String
The content md5.
Remarks
Gets the MD5 hash of the content, if available.
See Also