Hunny Software Library Reference

BodyStructureData.ContentId Property

Gets the value of the Content-ID header field.

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

Property Value

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

Remarks

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

See Also

BodyStructureData Class | Hunny.Mail Namespace