Click or drag to resize
MimeKit

MimeEntityBeginEventArgsLineNumber Property

Get or set the line number of the beginning of the entity.

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

Property Value

Int32
The line number.
Remarks
Gets or sets the line number of the beginning of the entity.
See Also