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