Click or drag to resize
MimeKit

BodyPartTextLines Property

Gets the length of the text, in lines.

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

Property Value

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