ImapBodyStructureTextLineCount Property
Gets the count of text lines of the MIME part of text type.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int TextLineCount { get; }

Property Value

Type: Int32
The integer value containing the number of text lines of the MIME part of text type, or 0 if the MIME part is not of text type, or -1 if this parameter value in the IMAP4 response could not be parsed.
See Also