FolderStatusIsValid Property
Gets if the server response containing the folder status information has been successfully parsed.

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

Property Value

Type: Boolean
true if the server response containing the folder status information was correct; false otherwise.
Remarks

Due to complexity of IMAP4 responses, some server implementations fail to produce 100% correct responses sometimes. If MailBee cannot parse the folder status response, it sets IsValid to false.

When the folder status response is correct (IsValid is true), all numeric values are non-negative, and FolderName is not a null reference (Nothing in Visual Basic).

See Also