| BodyPartBasicContentMd5 Property |
Gets the MD5 hash of the content, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public string ContentMd5 { get; set; }
Property Value
StringThe content md5.
Remarks
Gets the MD5 hash of the content, if available.
See Also