ImapNamespaceCollectionSetIsValid 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
Any properties of this object 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. However, Shared and OtherUser are optional and can return null even if IsValid is true.
See Also