Hunny Software Library Reference

FieldBody.Text Property

Gets or sets the unfolded text of the field body.

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

Property Value

The unfolded text of the field body.

Remarks

Long lines in Internet mail must be "folded" according to RFC 2822 -- that is, long lines must be wrapped to create several short lines. This property is a convenience property that folds the text of the field body when setting it, or unfolds the text of the field body when getting it.

See Also

FieldBody Class | Hunny.Mime Namespace