Hunny Software Library Reference

FetchResponse.BodyStructure Property

Gets the BODYSTRUCTURE or BODY data, if present.

[Visual Basic]
Public ReadOnly Property BodyStructure As BodyStructureData
[C#]
public BodyStructureData BodyStructure {get;}

Property Value

The BODYSTRUCTURE or BODY data item, if present; otherwise null.

Remarks

The BODYSTRUCTURE and BODY data items contain information about the structure of a message, such as the media type and how many body parts it contains.

If there is no BODYSTRUCTURE or BODY data item, the property's value is null.

Note that BODY is a subset of BODYSTRUCTURE. BODYSTRUCTURE can contain extension data not present in BODY.

See Also

FetchResponse Class | Hunny.Mail Namespace