ImapBodyStructureTextLineCount Property |
Gets the count of text lines of the MIME part of text type.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int TextLineCount { get; }
Public ReadOnly Property TextLineCount As Integer
Get
Property Value
Type:
Int32The 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