Click or drag to resize
MimeKit

MimeMessageBeginEventArgsLineNumber Property

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

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 message.
See Also