Hunny Software Library Reference

BodyStructureData.ContentTransferEncoding Property

Gets the value of the Content-Transfer-Encoding header field.

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

Property Value

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

Remarks

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

See Also

BodyStructureData Class | Hunny.Mail Namespace