| MimeEntityEndEventArgsLines Property |
Get or set the content length of the entity as measured in lines.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int Lines { get; set; }
Property Value
Int32The length of the content in lines.
Remarks Get or set the content length of the entity as measured in lines.
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