ImapNamespaceIsValid Property
Returns true if the response with the namespace data received from the mail server was 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 the response with the namespace data received from the mail server was correctly parsed. Otherwise, false.
Remarks
Other 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.
See Also