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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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