Hunny Software Library Reference

FetchResponse.BodySection Property

Gets the body section data, if present.

[Visual Basic]
Public ReadOnly Property BodySection As BodySectionData
[C#]
public BodySectionData BodySection {get;}

Property Value

The body section data item, if present; otherwise null.

Remarks

The body section data item contains the actual bytes from a section the specified message. A body section could be, for example, the collection of header fields from a message, or a particular body part that contains a file attachment.

If there is no body section data item, the property's value is null.

See Also

FetchResponse Class | Hunny.Mail Namespace