Click or drag to resize
MimeKit

MimeEntityEndEventArgsLines Property

Get or set the content length of the entity as measured in lines.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int Lines { get; set; }

Property Value

Int32
The length of the content in lines.
Remarks

Get or set the content length of the entity as measured in lines.

Note  Note
The line count reported by this property is the number of lines in its content transfer encoding and not the resulting line count after any decoding.
See Also