Click or drag to resize
MimeKit

BodyPartMessageLines Property

Gets the length of the message, in lines.

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

Property Value

UInt32
The number of lines.
Remarks
Gets the length of the message, in lines.
See Also