Hunny Software Library Reference

BodySectionData.Section Property

Gets the identifier for the section that the content is from.

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

Property Value

The identifier for the section that the content is from.

Remarks

This property's value contains the identifier for the section that the content is from. For example, when retrieving the message headers, the returned string would be "BODY[HEADER]".

See Also

BodySectionData Class | Hunny.Mail Namespace