ImapNamespaceCollectionIsValid Property
Returns true if all the responses with the namespace data received from the mail server were correctly 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 all the responses with the namespace data received from the mail server were correctly parsed. Otherwise, false.
Remarks
Other items in this collection may return a null reference (Nothing in Visual Basic) if this value is false. This may happen if the mail server incorrectly returns some parts of the namespace information.
See Also