Hunny Software Library Reference

BodyStructureData.ContentDescription Property

Gets the value of the Content-Description header field.

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

Property Value

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

Remarks

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

See Also

BodyStructureData Class | Hunny.Mail Namespace