Hunny Software Library Reference

BodyStructureData.NumLines Property

Gets the number of lines in the message or text body part.

[Visual Basic]
Public ReadOnly Property NumLines As Long
[C#]
public long NumLines {get;}

Property Value

The number of lines in the message or text body part.

Remarks

This value is meaningful only if the media type is "text/*" or "message/rfc822".

See Also

BodyStructureData Class | Hunny.Mail Namespace