Hunny Software Library Reference

BodyStructureData.ContentMd5 Property

Gets the value of the Content-MD5 header field.

[Visual Basic]
Public ReadOnly Property ContentMd5 As String
[C#]
public string ContentMd5 {get;}

Property Value

The value of the Content-MD5 header field if present; otherwise, the empty string.

Remarks

If there is no Content-MD5 header field, the property's value is an empty string.

See Also

BodyStructureData Class | Hunny.Mail Namespace