Hunny Software Library Reference

BodySectionData.Content Property

Gets the bytes of the content.

[Visual Basic]
Public ReadOnly Property Content As ByteString
[C#]
public Hunny.Base.ByteString Content {get;}

Property Value

The bytes of the content.

Remarks

The content is always encoded as 8-bit text characters. If the media type of the body section is not text, then the content is encoded using a content transfer encoding such as base64.

See Also

BodySectionData Class | Hunny.Mail Namespace