ImapBodyStructureTextLineCount Property |
Gets the count of text lines of the MIME part of text type.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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